Shades of Neon Pink #F071C3
Tints of Neon Pink #F071C3
RGB
CMYK
RGB Variations
Color information
#F071C3 (or 0xF071C3) is known color: Neon Pink. HEX triplet: F0, 71 and C3. RGB value is (240,113,195). Sum of RGB (Red+Green+Blue) = 240+113+195=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F071C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071C3 is #0F8E3C. Grayscale: #A0A0A0. Windows color (decimal): -1019453 or 12808688. OLE color: 12808688.
HSL color Cylindrical-coordinate representation of color #F071C3: hue angle of 321.26º 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 #F071C3 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 195 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.06 |
| HSL | 321.26º | 0.81% | 0.69% | - |
| HSV(B) | 321.26º | 0.53% | 0.94% | - |
| XYZ | 51.69 | 34.28 | 55.52 | - |
| YUV | 160.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 195 | 0 | 0.53 | 0.19 | 0.06 | 321.26 | 0.81 | 0.69 |
| Hex | F0 | 71 | C3 | 0 | 35 | 13 | 6 | 141 | 51 | 45 |
| Octal | 360 | 161 | 303 | 0 | 65 | 23 | 6 | 501 | 121 | 105 |
| Binary | 11110000 | 1110001 | 11000011 | 0 | 110101 | 10011 | 110 | 101000001 | 1010001 | 1000101 |
Color Harmonies of #F071C3
Complementary color
Monochromatic Colors of #F071C3
Black with #F071C3
Text Example
Text Example
White with #F071C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071C3; }
p { color: rgb(240,113,195); }
H1.HeaderClassName
{
color: #F071C3;
}
.AnyTagClassName
{
color: #F071C3;
}
</style>
background-color css
<style>
a { background-color: #F071C3; }
a { background-color: rgb(240,113,195); }
div.DivClassName
{
background-color: #F071C3;
}
.BgClassName
{
background-color: #F071C3;
}
</style>
border-color css
<style>
span { border-color: #F071C3; }
span { border-color: rgb(240,113,195); }
td.TdClassName
{
border-color: #F071C3;
}
.TagClassName
{
border-color: #F071C3;
}
</style>