#F491C0

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

Shades of Shocking #F491C0

Tints of Shocking #F491C0

Color information

#F491C0 (or 0xF491C0) is unknown color: approx Shocking. HEX triplet: F4, 91 and C0. RGB value is (244,145,192). Sum of RGB (Red+Green+Blue) = 244+145+192=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F491C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491C0 is #0B6E3F. Grayscale: #B3B3B3. Windows color (decimal): -749120 or 12620276. OLE color: 12620276.

HSL color Cylindrical-coordinate representation of color #F491C0: hue angle of 331.52º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491C0 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB244145192-
CMYK00.410.210.04
HSL331.52º81.82%76.27%-
HSV(B)331.52º40.57%95.69%-
XYZ56.9543.2955.22-
YUV179.96134.8173.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.00%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=42.00%
G=24.96%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414519200.410.210.04331.5281.8276.27
HexF491C002915414c524c
Octal364221300051254514122114
Binary11110100100100011100000001010011010110010100110010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491C0; }

 p { color: rgb(244,145,192); }

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

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

 a { background-color: rgb(244,145,192); }

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

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

 span { border-color: rgb(244,145,192); }

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