Shades of Shocking Pink #F11ACF
Tints of Shocking Pink #F11ACF
RGB
CMYK
RGB Variations
Color information
#F11ACF (or 0xF11ACF) is known color: Shocking Pink. HEX triplet: F1, 1A and CF. RGB value is (241,26,207). Sum of RGB (Red+Green+Blue) = 241+26+207=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ACF is #0EE530. Grayscale: #6E6E6E. Windows color (decimal): -976177 or 13572849. OLE color: 13572849.
HSL color Cylindrical-coordinate representation of color #F11ACF: hue angle of 309.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11ACF is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 207 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.05 |
| HSL | 309.49º | 0.88% | 0.52% | - |
| HSV(B) | 309.49º | 0.89% | 0.95% | - |
| XYZ | 47.91 | 23.94 | 61.13 | - |
| YUV | 110.92 | 182.23 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 207 | 0 | 0.89 | 0.14 | 0.05 | 309.49 | 0.88 | 0.52 |
| Hex | F1 | 1A | CF | 0 | 59 | E | 5 | 135 | 58 | 34 |
| Octal | 361 | 32 | 317 | 0 | 131 | 16 | 5 | 465 | 130 | 64 |
| Binary | 11110001 | 11010 | 11001111 | 0 | 1011001 | 1110 | 101 | 100110101 | 1011000 | 110100 |
Color Harmonies of #F11ACF
Complementary color
Monochromatic Colors of #F11ACF
Black with #F11ACF
Text Example
Text Example
White with #F11ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ACF; }
p { color: rgb(241,26,207); }
H1.HeaderClassName
{
color: #F11ACF;
}
.AnyTagClassName
{
color: #F11ACF;
}
</style>
background-color css
<style>
a { background-color: #F11ACF; }
a { background-color: rgb(241,26,207); }
div.DivClassName
{
background-color: #F11ACF;
}
.BgClassName
{
background-color: #F11ACF;
}
</style>
border-color css
<style>
span { border-color: #F11ACF; }
span { border-color: rgb(241,26,207); }
td.TdClassName
{
border-color: #F11ACF;
}
.TagClassName
{
border-color: #F11ACF;
}
</style>