#F491BA

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

Shades of Shocking #F491BA

Tints of Shocking #F491BA

Color information

#F491BA (or 0xF491BA) is unknown color: approx Shocking. HEX triplet: F4, 91 and BA. RGB value is (244,145,186). Sum of RGB (Red+Green+Blue) = 244+145+186=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F491BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491BA is #0B6E45. Grayscale: #B3B3B3. Windows color (decimal): -749126 or 12227060. OLE color: 12227060.

HSL color Cylindrical-coordinate representation of color #F491BA: hue angle of 335.15º 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 #F491BA is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244145186-
CMYK00.410.240.04
HSL335.15º81.82%76.27%-
HSV(B)335.15º40.57%95.69%-
XYZ56.343.0351.79-
YUV179.28131.8174.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.43%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=42.43%
G=25.22%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414518600.410.240.04335.1581.8276.27
HexF491BA02918414f524c
Octal364221272051304517122114
Binary11110100100100011011101001010011100010010100111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491BA; }

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

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

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

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

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

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

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

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