#F199CE

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

Shades of Shocking #F199CE

Tints of Shocking #F199CE

Color information

#F199CE (or 0xF199CE) is unknown color: approx Shocking. HEX triplet: F1, 99 and CE. RGB value is (241,153,206). Sum of RGB (Red+Green+Blue) = 241+153+206=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F199CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199CE is #0E6631. Grayscale: #B9B9B9. Windows color (decimal): -943666 or 13539825. OLE color: 13539825.

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

Color convert

RGB241153206-
CMYK00.370.150.05
HSL323.86º75.86%77.25%-
HSV(B)323.86º36.51%94.51%-
XYZ58.8145.9464.16-
YUV185.35139.65167.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 153 (60.16% from 255) = 25.5%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=40.17%
G=25.5%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115320600.370.150.05323.8675.8677.25
HexF199CE025F51444c4d
Octal361231316045175504114115
Binary1111000110011001110011100100101111110110100010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199CE; }

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

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

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

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

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

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

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

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