Shades of Shocking Pink #F01ACF
Tints of Shocking Pink #F01ACF
RGB
CMYK
RGB Variations
Color information
#F01ACF (or 0xF01ACF) is known color: Shocking Pink. HEX triplet: F0, 1A and CF. RGB value is (240,26,207). Sum of RGB (Red+Green+Blue) = 240+26+207=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ACF is #0FE530. Grayscale: #6E6E6E. Windows color (decimal): -1041713 or 13572848. OLE color: 13572848.
HSL color Cylindrical-coordinate representation of color #F01ACF: hue angle of 309.25º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01ACF is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 207 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.06 |
| HSL | 309.25º | 0.88% | 0.52% | - |
| HSV(B) | 309.25º | 0.89% | 0.94% | - |
| XYZ | 47.57 | 23.77 | 61.11 | - |
| YUV | 110.62 | 182.4 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 207 | 0 | 0.89 | 0.14 | 0.06 | 309.25 | 0.88 | 0.52 |
| Hex | F0 | 1A | CF | 0 | 59 | E | 6 | 135 | 58 | 34 |
| Octal | 360 | 32 | 317 | 0 | 131 | 16 | 6 | 465 | 130 | 64 |
| Binary | 11110000 | 11010 | 11001111 | 0 | 1011001 | 1110 | 110 | 100110101 | 1011000 | 110100 |
Color Harmonies of #F01ACF
Complementary color
Monochromatic Colors of #F01ACF
Black with #F01ACF
Text Example
Text Example
White with #F01ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01ACF; }
p { color: rgb(240,26,207); }
H1.HeaderClassName
{
color: #F01ACF;
}
.AnyTagClassName
{
color: #F01ACF;
}
</style>
background-color css
<style>
a { background-color: #F01ACF; }
a { background-color: rgb(240,26,207); }
div.DivClassName
{
background-color: #F01ACF;
}
.BgClassName
{
background-color: #F01ACF;
}
</style>
border-color css
<style>
span { border-color: #F01ACF; }
span { border-color: rgb(240,26,207); }
td.TdClassName
{
border-color: #F01ACF;
}
.TagClassName
{
border-color: #F01ACF;
}
</style>