#F093C6

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

Shades of Shocking #F093C6

Tints of Shocking #F093C6

Color information

#F093C6 (or 0xF093C6) is unknown color: approx Shocking. HEX triplet: F0, 93 and C6. RGB value is (240,147,198). Sum of RGB (Red+Green+Blue) = 240+147+198=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F093C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093C6 is #0F6C39. Grayscale: #B4B4B4. Windows color (decimal): -1010746 or 13014000. OLE color: 13014000.

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

Color convert

RGB240147198-
CMYK00.390.180.06
HSL327.1º75.61%75.88%-
HSV(B)327.1º38.75%94.12%-
XYZ56.5643.4758.84-
YUV180.62137.81170.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=41.03%
G=25.13%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014719800.390.180.06327.175.6175.88
HexF093C60271261474c4c
Octal360223306047226507114114
Binary11110000100100111100011001001111001011010100011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093C6; }

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

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

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

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

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

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

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

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