#F19FC6

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

Shades of Shocking #F19FC6

Tints of Shocking #F19FC6

Color information

#F19FC6 (or 0xF19FC6) is unknown color: approx Shocking. HEX triplet: F1, 9F and C6. RGB value is (241,159,198). Sum of RGB (Red+Green+Blue) = 241+159+198=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FC6 is #0E6039. Grayscale: #BBBBBB. Windows color (decimal): -942138 or 13017073. OLE color: 13017073.

HSL color Cylindrical-coordinate representation of color #F19FC6: hue angle of 331.46º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FC6 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241159198-
CMYK00.340.180.05
HSL331.46º74.55%78.43%-
HSV(B)331.46º34.02%94.51%-
XYZ58.8747.5759.51-
YUV187.96133.67165.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=40.30%
G=26.59%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115919800.340.180.05331.4674.5578.43
HexF19FC602212514b4b4e
Octal361237306042225513113116
Binary11110001100111111100011001000101001010110100101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FC6; }

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

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

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

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

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

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

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

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