#F19CC0

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

Shades of Shocking #F19CC0

Tints of Shocking #F19CC0

Color information

#F19CC0 (or 0xF19CC0) is unknown color: approx Shocking. HEX triplet: F1, 9C and C0. RGB value is (241,156,192). Sum of RGB (Red+Green+Blue) = 241+156+192=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CC0 is #0E633F. Grayscale: #B9B9B9. Windows color (decimal): -942912 or 12623089. OLE color: 12623089.

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

Color convert

RGB241156192-
CMYK00.350.200.05
HSL334.59º75.22%77.84%-
HSV(B)334.59º35.27%94.51%-
XYZ57.6846.2855.76-
YUV185.52131.66167.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=40.92%
G=26.49%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115619200.350.200.05334.5975.2277.84
HexF19CC002314514f4b4e
Octal361234300043245517113116
Binary11110001100111001100000001000111010010110100111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CC0; }

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

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

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

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

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

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

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

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