Shades of Ultra Pink #FF71F5
Tints of Ultra Pink #FF71F5
RGB
CMYK
RGB Variations
Color information
#FF71F5 (or 0xFF71F5) is known color: Ultra Pink. HEX triplet: FF, 71 and F5. RGB value is (255,113,245). Sum of RGB (Red+Green+Blue) = 255+113+245=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 113 (44.53% from 255 or 18.43% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF71F5 is #008E0A. Grayscale: #AAAAAA. Windows color (decimal): -36363 or 16085503. OLE color: 16085503.
HSL color Cylindrical-coordinate representation of color #FF71F5: hue angle of 304.23º 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 #FF71F5 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 245 | - |
| CMYK | 0 | 0.56 | 0.04 | 0 |
| HSL | 304.23º | 1% | 0.72% | - |
| HSV(B) | 304.23º | 0.56% | 1% | - |
| XYZ | 63.63 | 39.66 | 90.69 | - |
| YUV | 170.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 245 | 0 | 0.56 | 0.04 | 0 | 304.23 | 1 | 0.72 |
| Hex | FF | 71 | F5 | 0 | 38 | 4 | 0 | 130 | 64 | 48 |
| Octal | 377 | 161 | 365 | 0 | 70 | 4 | 0 | 460 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11110101 | 0 | 111000 | 100 | 0 | 100110000 | 1100100 | 1001000 |
Color Harmonies of #FF71F5
Complementary color
Monochromatic Colors of #FF71F5
Black with #FF71F5
Text Example
Text Example
White with #FF71F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71F5; }
p { color: rgb(255,113,245); }
H1.HeaderClassName
{
color: #FF71F5;
}
.AnyTagClassName
{
color: #FF71F5;
}
</style>
background-color css
<style>
a { background-color: #FF71F5; }
a { background-color: rgb(255,113,245); }
div.DivClassName
{
background-color: #FF71F5;
}
.BgClassName
{
background-color: #FF71F5;
}
</style>
border-color css
<style>
span { border-color: #FF71F5; }
span { border-color: rgb(255,113,245); }
td.TdClassName
{
border-color: #FF71F5;
}
.TagClassName
{
border-color: #FF71F5;
}
</style>