Shades of Shocking Pink #F009B2
Tints of Shocking Pink #F009B2
RGB
CMYK
RGB Variations
Color information
#F009B2 (or 0xF009B2) is known color: Shocking Pink. HEX triplet: F0, 09 and B2. RGB value is (240,9,178). Sum of RGB (Red+Green+Blue) = 240+9+178=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F009B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009B2 is #0FF64D. Grayscale: #606060. Windows color (decimal): -1046094 or 11667952. OLE color: 11667952.
HSL color Cylindrical-coordinate representation of color #F009B2: hue angle of 316.1º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009B2 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.06 |
| HSL | 316.1º | 0.93% | 0.49% | - |
| HSV(B) | 316.1º | 0.96% | 0.94% | - |
| XYZ | 44.07 | 21.93 | 44.03 | - |
| YUV | 97.34 | 173.53 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 178 | 0 | 0.96 | 0.26 | 0.06 | 316.1 | 0.93 | 0.49 |
| Hex | F0 | 9 | B2 | 0 | 60 | 1A | 6 | 13C | 5D | 31 |
| Octal | 360 | 11 | 262 | 0 | 140 | 32 | 6 | 474 | 135 | 61 |
| Binary | 11110000 | 1001 | 10110010 | 0 | 1100000 | 11010 | 110 | 100111100 | 1011101 | 110001 |
Color Harmonies of #F009B2
Complementary color
Monochromatic Colors of #F009B2
Black with #F009B2
Text Example
Text Example
White with #F009B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009B2; }
p { color: rgb(240,9,178); }
H1.HeaderClassName
{
color: #F009B2;
}
.AnyTagClassName
{
color: #F009B2;
}
</style>
background-color css
<style>
a { background-color: #F009B2; }
a { background-color: rgb(240,9,178); }
div.DivClassName
{
background-color: #F009B2;
}
.BgClassName
{
background-color: #F009B2;
}
</style>
border-color css
<style>
span { border-color: #F009B2; }
span { border-color: rgb(240,9,178); }
td.TdClassName
{
border-color: #F009B2;
}
.TagClassName
{
border-color: #F009B2;
}
</style>