#F096B8

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

Shades of Shocking #F096B8

Tints of Shocking #F096B8

Color information

#F096B8 (or 0xF096B8) is unknown color: approx Shocking. HEX triplet: F0, 96 and B8. RGB value is (240,150,184). Sum of RGB (Red+Green+Blue) = 240+150+184=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F096B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096B8 is #0F6947. Grayscale: #B4B4B4. Windows color (decimal): -1009992 or 12097264. OLE color: 12097264.

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

Color convert

RGB240150184-
CMYK00.370.230.06
HSL337.33º75%76.47%-
HSV(B)337.33º37.5%94.12%-
XYZ55.4943.850.88-
YUV180.79129.82170.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 184 (72.27% from 255) = 32.06%
R=41.81%
G=26.13%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015018400.370.230.06337.337576.47
HexF096B80251761514b4c
Octal360226270045276521113114
Binary11110000100101101011100001001011011111010101000110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096B8; }

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

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

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

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

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

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

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

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