Shades of Neon Pink #F071BF
Tints of Neon Pink #F071BF
RGB
CMYK
RGB Variations
Color information
#F071BF (or 0xF071BF) is known color: Neon Pink. HEX triplet: F0, 71 and BF. RGB value is (240,113,191). Sum of RGB (Red+Green+Blue) = 240+113+191=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F071BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071BF is #0F8E40. Grayscale: #9F9F9F. Windows color (decimal): -1019457 or 12546544. OLE color: 12546544.
HSL color Cylindrical-coordinate representation of color #F071BF: hue angle of 323.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071BF is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 191 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.06 |
| HSL | 323.15º | 0.81% | 0.69% | - |
| HSV(B) | 323.15º | 0.53% | 0.94% | - |
| XYZ | 51.24 | 34.1 | 53.17 | - |
| YUV | 159.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 191 | 0 | 0.53 | 0.20 | 0.06 | 323.15 | 0.81 | 0.69 |
| Hex | F0 | 71 | BF | 0 | 35 | 14 | 6 | 143 | 51 | 45 |
| Octal | 360 | 161 | 277 | 0 | 65 | 24 | 6 | 503 | 121 | 105 |
| Binary | 11110000 | 1110001 | 10111111 | 0 | 110101 | 10100 | 110 | 101000011 | 1010001 | 1000101 |
Color Harmonies of #F071BF
Complementary color
Monochromatic Colors of #F071BF
Black with #F071BF
Text Example
Text Example
White with #F071BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071BF; }
p { color: rgb(240,113,191); }
H1.HeaderClassName
{
color: #F071BF;
}
.AnyTagClassName
{
color: #F071BF;
}
</style>
background-color css
<style>
a { background-color: #F071BF; }
a { background-color: rgb(240,113,191); }
div.DivClassName
{
background-color: #F071BF;
}
.BgClassName
{
background-color: #F071BF;
}
</style>
border-color css
<style>
span { border-color: #F071BF; }
span { border-color: rgb(240,113,191); }
td.TdClassName
{
border-color: #F071BF;
}
.TagClassName
{
border-color: #F071BF;
}
</style>