#F19CC2

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

Shades of Shocking #F19CC2

Tints of Shocking #F19CC2

Color information

#F19CC2 (or 0xF19CC2) is unknown color: approx Shocking. HEX triplet: F1, 9C and C2. RGB value is (241,156,194). Sum of RGB (Red+Green+Blue) = 241+156+194=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CC2 is #0E633D. Grayscale: #B9B9B9. Windows color (decimal): -942910 or 12754161. OLE color: 12754161.

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

Color convert

RGB241156194-
CMYK00.350.200.05
HSL333.18º75.22%77.84%-
HSV(B)333.18º35.27%94.51%-
XYZ57.946.3756.94-
YUV185.75132.66167.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 194 (76.17% from 255) = 32.83%
R=40.78%
G=26.40%
B=32.83%

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
Decimal24115619400.350.200.05333.1875.2277.84
HexF19CC202314514d4b4e
Octal361234302043245515113116
Binary11110001100111001100001001000111010010110100110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CC2; }

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

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

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

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

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

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

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

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