#F091C2

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

Shades of Shocking #F091C2

Tints of Shocking #F091C2

Color information

#F091C2 (or 0xF091C2) is unknown color: approx Shocking. HEX triplet: F0, 91 and C2. RGB value is (240,145,194). Sum of RGB (Red+Green+Blue) = 240+145+194=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F091C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091C2 is #0F6E3D. Grayscale: #B2B2B2. Windows color (decimal): -1011262 or 12751344. OLE color: 12751344.

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

Color convert

RGB240145194-
CMYK00.400.190.06
HSL329.05º76%75.49%-
HSV(B)329.05º39.58%94.12%-
XYZ55.842.6756.33-
YUV178.99136.47171.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 194 (76.17% from 255) = 33.51%
R=41.45%
G=25.04%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014519400.400.190.06329.057675.49
HexF091C20281361494c4b
Octal360221302050236511114113
Binary11110000100100011100001001010001001111010100100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091C2; }

 p { color: rgb(240,145,194); }

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

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

 a { background-color: rgb(240,145,194); }

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

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

 span { border-color: rgb(240,145,194); }

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