#F199BE

Color #F199BE Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #F199BE

Tints of Shocking #F199BE

Color information

#F199BE (or 0xF199BE) is unknown color: approx Shocking. HEX triplet: F1, 99 and BE. RGB value is (241,153,190). Sum of RGB (Red+Green+Blue) = 241+153+190=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F199BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199BE is #0E6641. Grayscale: #B7B7B7. Windows color (decimal): -943682 or 12491249. OLE color: 12491249.

HSL color Cylindrical-coordinate representation of color #F199BE: hue angle of 334.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199BE is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241153190-
CMYK00.370.210.05
HSL334.77º75.86%77.25%-
HSV(B)334.77º36.51%94.51%-
XYZ56.9645.254.44-
YUV183.53131.65168.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 153 (60.16% from 255) = 26.20%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=41.27%
G=26.20%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115319000.370.210.05334.7775.8677.25
HexF199BE02515514f4c4d
Octal361231276045255517114115
Binary11110001100110011011111001001011010110110100111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199BE; }

 p { color: rgb(241,153,190); }

 H1.HeaderClassName
 {
   color: #F199BE;
 }
 .AnyTagClassName
 {
   color: #F199BE;
 }
</style>
background-color css

<style>
 a { background-color: #F199BE; }

 a { background-color: rgb(241,153,190); }

 div.DivClassName
 {
   background-color: #F199BE;
 }
 .BgClassName
 {
   background-color: #F199BE;
 }
</style>
border-color css

<style>
 span { border-color: #F199BE; }

 span { border-color: rgb(241,153,190); }

 td.TdClassName
 {
   border-color: #F199BE;
 }
 .TagClassName
 {
   border-color: #F199BE;
 }
</style>