#F094C9

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

Shades of Shocking #F094C9

Tints of Shocking #F094C9

Color information

#F094C9 (or 0xF094C9) is unknown color: approx Shocking. HEX triplet: F0, 94 and C9. RGB value is (240,148,201). Sum of RGB (Red+Green+Blue) = 240+148+201=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F094C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094C9 is #0F6B36. Grayscale: #B5B5B5. Windows color (decimal): -1010487 or 13210864. OLE color: 13210864.

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

Color convert

RGB240148201-
CMYK00.380.160.06
HSL325.43º75.41%76.08%-
HSV(B)325.43º38.33%94.12%-
XYZ57.0743.9260.73-
YUV181.55138.98169.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=40.75%
G=25.13%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014820100.380.160.06325.4375.4176.08
HexF094C90261061454b4c
Octal360224311046206505113114
Binary11110000100101001100100101001101000011010100010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094C9; }

 p { color: rgb(240,148,201); }

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

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

 a { background-color: rgb(240,148,201); }

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

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

 span { border-color: rgb(240,148,201); }

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