#F19DC7

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

Shades of Shocking #F19DC7

Tints of Shocking #F19DC7

Color information

#F19DC7 (or 0xF19DC7) is unknown color: approx Shocking. HEX triplet: F1, 9D and C7. RGB value is (241,157,199). Sum of RGB (Red+Green+Blue) = 241+157+199=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DC7 is #0E6238. Grayscale: #BABABA. Windows color (decimal): -942649 or 13082097. OLE color: 13082097.

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

Color convert

RGB241157199-
CMYK00.350.170.05
HSL330º75%78.04%-
HSV(B)330º34.85%94.51%-
XYZ58.6446.9460-
YUV186.9134.83166.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 157 (61.72% from 255) = 26.30%
BLUE value IS 199 (78.12% from 255) = 33.33%
R=40.37%
G=26.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115719900.350.170.053307578.04
HexF19DC702311514a4b4e
Octal361235307043215512113116
Binary11110001100111011100011101000111000110110100101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DC7; }

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

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

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

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

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

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

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

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