#F199D0

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

Shades of Shocking #F199D0

Tints of Shocking #F199D0

Color information

#F199D0 (or 0xF199D0) is unknown color: approx Shocking. HEX triplet: F1, 99 and D0. RGB value is (241,153,208). Sum of RGB (Red+Green+Blue) = 241+153+208=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F199D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199D0 is #0E662F. Grayscale: #B9B9B9. Windows color (decimal): -943664 or 13670897. OLE color: 13670897.

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

Color convert

RGB241153208-
CMYK00.370.140.05
HSL322.5º75.86%77.25%-
HSV(B)322.5º36.51%94.51%-
XYZ59.0546.0465.45-
YUV185.58140.65167.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 153 (60.16% from 255) = 25.42%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=40.03%
G=25.42%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115320800.370.140.05322.575.8677.25
HexF199D0025E51424c4d
Octal361231320045165502114115
Binary1111000110011001110100000100101111010110100001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199D0; }

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

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

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

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

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

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

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

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