#F199C6

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

Shades of Shocking #F199C6

Tints of Shocking #F199C6

Color information

#F199C6 (or 0xF199C6) is unknown color: approx Shocking. HEX triplet: F1, 99 and C6. RGB value is (241,153,198). Sum of RGB (Red+Green+Blue) = 241+153+198=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F199C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199C6 is #0E6639. Grayscale: #B8B8B8. Windows color (decimal): -943674 or 13015537. OLE color: 13015537.

HSL color Cylindrical-coordinate representation of color #F199C6: hue angle of 329.32º 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 #F199C6 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241153198-
CMYK00.370.180.05
HSL329.32º75.86%77.25%-
HSV(B)329.32º36.51%94.51%-
XYZ57.8645.5659.17-
YUV184.44135.65168.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 153 (60.16% from 255) = 25.84%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=40.71%
G=25.84%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115319800.370.180.05329.3275.8677.25
HexF199C60251251494c4d
Octal361231306045225511114115
Binary11110001100110011100011001001011001010110100100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199C6; }

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

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

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

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

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

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

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

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