Shades of Neon Pink #F773CA
Tints of Neon Pink #F773CA
RGB
CMYK
RGB Variations
Color information
#F773CA (or 0xF773CA) is known color: Neon Pink. HEX triplet: F7, 73 and CA. RGB value is (247,115,202). Sum of RGB (Red+Green+Blue) = 247+115+202=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F773CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773CA is #088C35. Grayscale: #A4A4A4. Windows color (decimal): -560182 or 13267959. OLE color: 13267959.
HSL color Cylindrical-coordinate representation of color #F773CA: hue angle of 320.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773CA is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 202 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.03 |
| HSL | 320.45º | 0.89% | 0.71% | - |
| HSV(B) | 320.45º | 0.53% | 0.97% | - |
| XYZ | 55.15 | 36.3 | 59.98 | - |
| YUV | 164.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 202 | 0 | 0.53 | 0.18 | 0.03 | 320.45 | 0.89 | 0.71 |
| Hex | F7 | 73 | CA | 0 | 35 | 12 | 3 | 140 | 59 | 47 |
| Octal | 367 | 163 | 312 | 0 | 65 | 22 | 3 | 500 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11001010 | 0 | 110101 | 10010 | 11 | 101000000 | 1011001 | 1000111 |
Color Harmonies of #F773CA
Complementary color
Monochromatic Colors of #F773CA
Black with #F773CA
Text Example
Text Example
White with #F773CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773CA; }
p { color: rgb(247,115,202); }
H1.HeaderClassName
{
color: #F773CA;
}
.AnyTagClassName
{
color: #F773CA;
}
</style>
background-color css
<style>
a { background-color: #F773CA; }
a { background-color: rgb(247,115,202); }
div.DivClassName
{
background-color: #F773CA;
}
.BgClassName
{
background-color: #F773CA;
}
</style>
border-color css
<style>
span { border-color: #F773CA; }
span { border-color: rgb(247,115,202); }
td.TdClassName
{
border-color: #F773CA;
}
.TagClassName
{
border-color: #F773CA;
}
</style>