#F492BC

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

Shades of Shocking #F492BC

Tints of Shocking #F492BC

Color information

#F492BC (or 0xF492BC) is unknown color: approx Shocking. HEX triplet: F4, 92 and BC. RGB value is (244,146,188). Sum of RGB (Red+Green+Blue) = 244+146+188=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F492BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492BC is #0B6D43. Grayscale: #B4B4B4. Windows color (decimal): -748868 or 12358388. OLE color: 12358388.

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

Color convert

RGB244146188-
CMYK00.400.230.04
HSL334.29º81.67%76.47%-
HSV(B)334.29º40.16%95.69%-
XYZ56.6643.4252.97-
YUV180.09132.47173.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 146 (57.42% from 255) = 25.26%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=42.21%
G=25.26%
B=32.53%

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
Decimal24414618800.400.230.04334.2981.6776.47
HexF492BC02817414e524c
Octal364222274050274516122114
Binary11110100100100101011110001010001011110010100111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F492BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F492BC; }

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

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

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

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

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

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

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

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