#f093b8

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

Shades of Shocking #F093B8

Tints of Shocking #F093B8

Color information

#F093B8 (or 0xF093B8) is unknown color: approx Shocking. HEX triplet: F0, 93 and B8. RGB value is (240,147,184). Sum of RGB (Red+Green+Blue) = 240+147+184=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F093B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093B8 is #0F6C47. Grayscale: #B2B2B2. Windows color (decimal): -1010760 or 12096496. OLE color: 12096496.

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

Color convert

RGB240147184-
CMYK00.390.230.06
HSL336.13º75.61%75.88%-
HSV(B)336.13º38.75%94.12%-
XYZ55.0242.8550.72-
YUV179.02130.81171.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=42.03%
G=25.74%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014718400.390.230.06336.1375.6175.88
HexF093B80271761504c4c
Octal360223270047276520114114
Binary11110000100100111011100001001111011111010101000010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f093b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f093b8; }

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

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

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

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

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

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

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

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