Shades of Ultra Pink #FF71EF
Tints of Ultra Pink #FF71EF
RGB
CMYK
RGB Variations
Color information
#FF71EF (or 0xFF71EF) is known color: Ultra Pink. HEX triplet: FF, 71 and EF. RGB value is (255,113,239). Sum of RGB (Red+Green+Blue) = 255+113+239=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 113 (44.53% from 255 or 18.62% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF71EF is #008E10. Grayscale: #A9A9A9. Windows color (decimal): -36369 or 15692287. OLE color: 15692287.
HSL color Cylindrical-coordinate representation of color #FF71EF: hue angle of 306.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71EF is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 239 | - |
| CMYK | 0 | 0.56 | 0.06 | 0 |
| HSL | 306.76º | 1% | 0.72% | - |
| HSV(B) | 306.76º | 0.56% | 1% | - |
| XYZ | 62.73 | 39.3 | 85.94 | - |
| YUV | 169.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 239 | 0 | 0.56 | 0.06 | 0 | 306.76 | 1 | 0.72 |
| Hex | FF | 71 | EF | 0 | 38 | 6 | 0 | 133 | 64 | 48 |
| Octal | 377 | 161 | 357 | 0 | 70 | 6 | 0 | 463 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11101111 | 0 | 111000 | 110 | 0 | 100110011 | 1100100 | 1001000 |
Color Harmonies of #FF71EF
Complementary color
Monochromatic Colors of #FF71EF
Black with #FF71EF
Text Example
Text Example
White with #FF71EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71EF; }
p { color: rgb(255,113,239); }
H1.HeaderClassName
{
color: #FF71EF;
}
.AnyTagClassName
{
color: #FF71EF;
}
</style>
background-color css
<style>
a { background-color: #FF71EF; }
a { background-color: rgb(255,113,239); }
div.DivClassName
{
background-color: #FF71EF;
}
.BgClassName
{
background-color: #FF71EF;
}
</style>
border-color css
<style>
span { border-color: #FF71EF; }
span { border-color: rgb(255,113,239); }
td.TdClassName
{
border-color: #FF71EF;
}
.TagClassName
{
border-color: #FF71EF;
}
</style>