#F496BA

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

Shades of Shocking #F496BA

Tints of Shocking #F496BA

Color information

#F496BA (or 0xF496BA) is unknown color: approx Shocking. HEX triplet: F4, 96 and BA. RGB value is (244,150,186). Sum of RGB (Red+Green+Blue) = 244+150+186=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F496BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496BA is #0B6945. Grayscale: #B6B6B6. Windows color (decimal): -747846 or 12228340. OLE color: 12228340.

HSL color Cylindrical-coordinate representation of color #F496BA: hue angle of 337.02º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F496BA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244150186-
CMYK00.390.240.04
HSL337.02º81.03%77.25%-
HSV(B)337.02º38.52%95.69%-
XYZ57.0844.5952.05-
YUV182.21130.14172.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=42.07%
G=25.86%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415018600.390.240.04337.0281.0377.25
HexF496BA027184151514d
Octal364226272047304521121115
Binary11110100100101101011101001001111100010010101000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F496BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F496BA; }

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

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

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

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

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

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

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

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