Shades of Shocking Pink #F21ACF
Tints of Shocking Pink #F21ACF
RGB
CMYK
RGB Variations
Color information
#F21ACF (or 0xF21ACF) is known color: Shocking Pink. HEX triplet: F2, 1A and CF. RGB value is (242,26,207). Sum of RGB (Red+Green+Blue) = 242+26+207=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ACF is #0DE530. Grayscale: #6E6E6E. Windows color (decimal): -910641 or 13572850. OLE color: 13572850.
HSL color Cylindrical-coordinate representation of color #F21ACF: hue angle of 309.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21ACF is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 207 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.05 |
| HSL | 309.72º | 0.89% | 0.53% | - |
| HSV(B) | 309.72º | 0.89% | 0.95% | - |
| XYZ | 48.25 | 24.12 | 61.14 | - |
| YUV | 111.22 | 182.06 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 207 | 0 | 0.89 | 0.14 | 0.05 | 309.72 | 0.89 | 0.53 |
| Hex | F2 | 1A | CF | 0 | 59 | E | 5 | 136 | 59 | 35 |
| Octal | 362 | 32 | 317 | 0 | 131 | 16 | 5 | 466 | 131 | 65 |
| Binary | 11110010 | 11010 | 11001111 | 0 | 1011001 | 1110 | 101 | 100110110 | 1011001 | 110101 |
Color Harmonies of #F21ACF
Complementary color
Monochromatic Colors of #F21ACF
Black with #F21ACF
Text Example
Text Example
White with #F21ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ACF; }
p { color: rgb(242,26,207); }
H1.HeaderClassName
{
color: #F21ACF;
}
.AnyTagClassName
{
color: #F21ACF;
}
</style>
background-color css
<style>
a { background-color: #F21ACF; }
a { background-color: rgb(242,26,207); }
div.DivClassName
{
background-color: #F21ACF;
}
.BgClassName
{
background-color: #F21ACF;
}
</style>
border-color css
<style>
span { border-color: #F21ACF; }
span { border-color: rgb(242,26,207); }
td.TdClassName
{
border-color: #F21ACF;
}
.TagClassName
{
border-color: #F21ACF;
}
</style>