Shades of Shocking Pink #F61ACF
Tints of Shocking Pink #F61ACF
RGB
CMYK
RGB Variations
Color information
#F61ACF (or 0xF61ACF) is known color: Shocking Pink. HEX triplet: F6, 1A and CF. RGB value is (246,26,207). Sum of RGB (Red+Green+Blue) = 246+26+207=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ACF is #09E530. Grayscale: #6F6F6F. Windows color (decimal): -648497 or 13572854. OLE color: 13572854.
HSL color Cylindrical-coordinate representation of color #F61ACF: hue angle of 310.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61ACF is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 207 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 310.64º | 0.92% | 0.53% | - |
| HSV(B) | 310.64º | 0.89% | 0.96% | - |
| XYZ | 49.64 | 24.84 | 61.21 | - |
| YUV | 112.41 | 181.39 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 207 | 0 | 0.89 | 0.16 | 0.04 | 310.64 | 0.92 | 0.53 |
| Hex | F6 | 1A | CF | 0 | 59 | 10 | 4 | 137 | 5C | 35 |
| Octal | 366 | 32 | 317 | 0 | 131 | 20 | 4 | 467 | 134 | 65 |
| Binary | 11110110 | 11010 | 11001111 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F61ACF
Complementary color
Monochromatic Colors of #F61ACF
Black with #F61ACF
Text Example
Text Example
White with #F61ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61ACF; }
p { color: rgb(246,26,207); }
H1.HeaderClassName
{
color: #F61ACF;
}
.AnyTagClassName
{
color: #F61ACF;
}
</style>
background-color css
<style>
a { background-color: #F61ACF; }
a { background-color: rgb(246,26,207); }
div.DivClassName
{
background-color: #F61ACF;
}
.BgClassName
{
background-color: #F61ACF;
}
</style>
border-color css
<style>
span { border-color: #F61ACF; }
span { border-color: rgb(246,26,207); }
td.TdClassName
{
border-color: #F61ACF;
}
.TagClassName
{
border-color: #F61ACF;
}
</style>