#F19CC5

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

Shades of Shocking #F19CC5

Tints of Shocking #F19CC5

Color information

#F19CC5 (or 0xF19CC5) is unknown color: approx Shocking. HEX triplet: F1, 9C and C5. RGB value is (241,156,197). Sum of RGB (Red+Green+Blue) = 241+156+197=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CC5 is #0E633A. Grayscale: #BABABA. Windows color (decimal): -942907 or 12950769. OLE color: 12950769.

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

Color convert

RGB241156197-
CMYK00.350.180.05
HSL331.06º75.22%77.84%-
HSV(B)331.06º35.27%94.51%-
XYZ58.2446.5158.73-
YUV186.09134.16167.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=40.57%
G=26.26%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115619700.350.180.05331.0675.2277.84
HexF19CC502312514b4b4e
Octal361234305043225513113116
Binary11110001100111001100010101000111001010110100101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CC5; }

 p { color: rgb(241,156,197); }

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

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

 a { background-color: rgb(241,156,197); }

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

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

 span { border-color: rgb(241,156,197); }

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