Shades of Neon Pink #F772CF
Tints of Neon Pink #F772CF
RGB
CMYK
RGB Variations
Color information
#F772CF (or 0xF772CF) is known color: Neon Pink. HEX triplet: F7, 72 and CF. RGB value is (247,114,207). Sum of RGB (Red+Green+Blue) = 247+114+207=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F772CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772CF is #088D30. Grayscale: #A4A4A4. Windows color (decimal): -560433 or 13595383. OLE color: 13595383.
HSL color Cylindrical-coordinate representation of color #F772CF: hue angle of 318.05º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772CF is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 207 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.03 |
| HSL | 318.05º | 0.89% | 0.71% | - |
| HSV(B) | 318.05º | 0.54% | 0.97% | - |
| XYZ | 55.64 | 36.31 | 63.11 | - |
| YUV | 164.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 207 | 0 | 0.54 | 0.16 | 0.03 | 318.05 | 0.89 | 0.71 |
| Hex | F7 | 72 | CF | 0 | 36 | 10 | 3 | 13E | 59 | 47 |
| Octal | 367 | 162 | 317 | 0 | 66 | 20 | 3 | 476 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11001111 | 0 | 110110 | 10000 | 11 | 100111110 | 1011001 | 1000111 |
Color Harmonies of #F772CF
Complementary color
Monochromatic Colors of #F772CF
Black with #F772CF
Text Example
Text Example
White with #F772CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772CF; }
p { color: rgb(247,114,207); }
H1.HeaderClassName
{
color: #F772CF;
}
.AnyTagClassName
{
color: #F772CF;
}
</style>
background-color css
<style>
a { background-color: #F772CF; }
a { background-color: rgb(247,114,207); }
div.DivClassName
{
background-color: #F772CF;
}
.BgClassName
{
background-color: #F772CF;
}
</style>
border-color css
<style>
span { border-color: #F772CF; }
span { border-color: rgb(247,114,207); }
td.TdClassName
{
border-color: #F772CF;
}
.TagClassName
{
border-color: #F772CF;
}
</style>