#F493BB

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

Shades of Shocking #F493BB

Tints of Shocking #F493BB

Color information

#F493BB (or 0xF493BB) is unknown color: approx Shocking. HEX triplet: F4, 93 and BB. RGB value is (244,147,187). Sum of RGB (Red+Green+Blue) = 244+147+187=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F493BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493BB is #0B6C44. Grayscale: #B4B4B4. Windows color (decimal): -748613 or 12293108. OLE color: 12293108.

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

Color convert

RGB244147187-
CMYK00.400.230.04
HSL335.26º81.51%76.67%-
HSV(B)335.26º39.75%95.69%-
XYZ56.7143.6952.46-
YUV180.56131.64173.25-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=42.21%
G=25.43%
B=32.35%

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
Decimal24414718700.400.230.04335.2681.5176.67
HexF493BB02817414f524d
Octal364223273050274517122115
Binary11110100100100111011101101010001011110010100111110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493BB; }

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

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

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

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

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

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

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

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