#F19DC2

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

Shades of Shocking #F19DC2

Tints of Shocking #F19DC2

Color information

#F19DC2 (or 0xF19DC2) is unknown color: approx Shocking. HEX triplet: F1, 9D and C2. RGB value is (241,157,194). Sum of RGB (Red+Green+Blue) = 241+157+194=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DC2 is #0E623D. Grayscale: #BABABA. Windows color (decimal): -942654 or 12754417. OLE color: 12754417.

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

Color convert

RGB241157194-
CMYK00.350.200.05
HSL333.57º75%78.04%-
HSV(B)333.57º34.85%94.51%-
XYZ58.0746.7156.99-
YUV186.33132.33166.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=40.71%
G=26.52%
B=32.77%

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
Decimal24115719400.350.200.05333.577578.04
HexF19DC202314514e4b4e
Octal361235302043245516113116
Binary11110001100111011100001001000111010010110100111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DC2; }

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

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

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

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

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

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

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

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