#F093BA

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

Shades of Shocking #F093BA

Tints of Shocking #F093BA

Color information

#F093BA (or 0xF093BA) is unknown color: approx Shocking. HEX triplet: F0, 93 and BA. RGB value is (240,147,186). Sum of RGB (Red+Green+Blue) = 240+147+186=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F093BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093BA is #0F6C45. Grayscale: #B3B3B3. Windows color (decimal): -1010758 or 12227568. OLE color: 12227568.

HSL color Cylindrical-coordinate representation of color #F093BA: hue angle of 334.84º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093BA is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240147186-
CMYK00.390.220.06
HSL334.84º75.61%75.88%-
HSV(B)334.84º38.75%94.12%-
XYZ55.2342.9451.83-
YUV179.25131.81171.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=41.88%
G=25.65%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014718600.390.220.06334.8475.6175.88
HexF093BA02716614f4c4c
Octal360223272047266517114114
Binary11110000100100111011101001001111011011010100111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093BA; }

 p { color: rgb(240,147,186); }

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

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

 a { background-color: rgb(240,147,186); }

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

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

 span { border-color: rgb(240,147,186); }

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