#F492BB

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

Shades of Shocking #F492BB

Tints of Shocking #F492BB

Color information

#F492BB (or 0xF492BB) is unknown color: approx Shocking. HEX triplet: F4, 92 and BB. RGB value is (244,146,187). Sum of RGB (Red+Green+Blue) = 244+146+187=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F492BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492BB is #0B6D44. Grayscale: #B3B3B3. Windows color (decimal): -748869 or 12292852. OLE color: 12292852.

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

Color convert

RGB244146187-
CMYK00.400.230.04
HSL334.9º81.67%76.47%-
HSV(B)334.9º40.16%95.69%-
XYZ56.5643.3852.41-
YUV179.98131.97173.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.29%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=42.29%
G=25.30%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414618700.400.230.04334.981.6776.47
HexF492BB02817414f524c
Octal364222273050274517122114
Binary11110100100100101011101101010001011110010100111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F492BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F492BB; }

 p { color: rgb(244,146,187); }

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

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

 a { background-color: rgb(244,146,187); }

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

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

 span { border-color: rgb(244,146,187); }

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