Shades of Shocking Pink #F009C5
Tints of Shocking Pink #F009C5
RGB
CMYK
RGB Variations
Color information
#F009C5 (or 0xF009C5) is known color: Shocking Pink. HEX triplet: F0, 09 and C5. RGB value is (240,9,197). Sum of RGB (Red+Green+Blue) = 240+9+197=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F009C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009C5 is #0FF63A. Grayscale: #626262. Windows color (decimal): -1046075 or 12913136. OLE color: 12913136.
HSL color Cylindrical-coordinate representation of color #F009C5: hue angle of 311.17º 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 #F009C5 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 197 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.06 |
| HSL | 311.17º | 0.93% | 0.49% | - |
| HSV(B) | 311.17º | 0.96% | 0.94% | - |
| XYZ | 46.11 | 22.75 | 54.78 | - |
| YUV | 99.5 | 183.03 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 197 | 0 | 0.96 | 0.18 | 0.06 | 311.17 | 0.93 | 0.49 |
| Hex | F0 | 9 | C5 | 0 | 60 | 12 | 6 | 137 | 5D | 31 |
| Octal | 360 | 11 | 305 | 0 | 140 | 22 | 6 | 467 | 135 | 61 |
| Binary | 11110000 | 1001 | 11000101 | 0 | 1100000 | 10010 | 110 | 100110111 | 1011101 | 110001 |
Color Harmonies of #F009C5
Complementary color
Monochromatic Colors of #F009C5
Black with #F009C5
Text Example
Text Example
White with #F009C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009C5; }
p { color: rgb(240,9,197); }
H1.HeaderClassName
{
color: #F009C5;
}
.AnyTagClassName
{
color: #F009C5;
}
</style>
background-color css
<style>
a { background-color: #F009C5; }
a { background-color: rgb(240,9,197); }
div.DivClassName
{
background-color: #F009C5;
}
.BgClassName
{
background-color: #F009C5;
}
</style>
border-color css
<style>
span { border-color: #F009C5; }
span { border-color: rgb(240,9,197); }
td.TdClassName
{
border-color: #F009C5;
}
.TagClassName
{
border-color: #F009C5;
}
</style>