Shades of Ultra Pink #FF71FA
Tints of Ultra Pink #FF71FA
RGB
CMYK
RGB Variations
Color information
#FF71FA (or 0xFF71FA) is known color: Ultra Pink. HEX triplet: FF, 71 and FA. RGB value is (255,113,250). Sum of RGB (Red+Green+Blue) = 255+113+250=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 113 (44.53% from 255 or 18.28% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF71FA is #008E05. Grayscale: #AAAAAA. Windows color (decimal): -36358 or 16413183. OLE color: 16413183.
HSL color Cylindrical-coordinate representation of color #FF71FA: hue angle of 302.11º 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 #FF71FA is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 250 | - |
| CMYK | 0 | 0.56 | 0.02 | 0 |
| HSL | 302.11º | 1% | 0.72% | - |
| HSV(B) | 302.11º | 0.56% | 1% | - |
| XYZ | 64.4 | 39.97 | 94.76 | - |
| YUV | 171.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 250 | 0 | 0.56 | 0.02 | 0 | 302.11 | 1 | 0.72 |
| Hex | FF | 71 | FA | 0 | 38 | 2 | 0 | 12E | 64 | 48 |
| Octal | 377 | 161 | 372 | 0 | 70 | 2 | 0 | 456 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11111010 | 0 | 111000 | 10 | 0 | 100101110 | 1100100 | 1001000 |
Color Harmonies of #FF71FA
Complementary color
Monochromatic Colors of #FF71FA
Black with #FF71FA
Text Example
Text Example
White with #FF71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71FA; }
p { color: rgb(255,113,250); }
H1.HeaderClassName
{
color: #FF71FA;
}
.AnyTagClassName
{
color: #FF71FA;
}
</style>
background-color css
<style>
a { background-color: #FF71FA; }
a { background-color: rgb(255,113,250); }
div.DivClassName
{
background-color: #FF71FA;
}
.BgClassName
{
background-color: #FF71FA;
}
</style>
border-color css
<style>
span { border-color: #FF71FA; }
span { border-color: rgb(255,113,250); }
td.TdClassName
{
border-color: #FF71FA;
}
.TagClassName
{
border-color: #FF71FA;
}
</style>