#F08CB9

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

Shades of Shocking #F08CB9

Tints of Shocking #F08CB9

Color information

#F08CB9 (or 0xF08CB9) is unknown color: approx Shocking. HEX triplet: F0, 8C and B9. RGB value is (240,140,185). Sum of RGB (Red+Green+Blue) = 240+140+185=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CB9 is #0F7346. Grayscale: #AEAEAE. Windows color (decimal): -1012551 or 12160240. OLE color: 12160240.

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

Color convert

RGB240140185-
CMYK00.420.230.06
HSL333º76.92%74.51%-
HSV(B)333º41.67%94.12%-
XYZ54.0740.7850.92-
YUV175.03133.63174.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=42.48%
G=24.78%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014018500.420.230.0633376.9274.51
HexF08CB902A17614d4d4b
Octal360214271052276515115113
Binary11110000100011001011100101010101011111010100110110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CB9; }

 p { color: rgb(240,140,185); }

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

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

 a { background-color: rgb(240,140,185); }

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

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

 span { border-color: rgb(240,140,185); }

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