Shades of Ultra Pink #FF71FE
Tints of Ultra Pink #FF71FE
RGB
CMYK
RGB Variations
Color information
#FF71FE (or 0xFF71FE) is known color: Ultra Pink. HEX triplet: FF, 71 and FE. RGB value is (255,113,254). Sum of RGB (Red+Green+Blue) = 255+113+254=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 113 (44.53% from 255 or 18.17% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF71FE is #008E01. Grayscale: #ABABAB. Windows color (decimal): -36354 or 16675327. OLE color: 16675327.
HSL color Cylindrical-coordinate representation of color #FF71FE: hue angle of 300.42º 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 #FF71FE is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 254 | - |
| CMYK | 0 | 0.56 | 0.00 | 0 |
| HSL | 300.42º | 1% | 0.72% | - |
| HSV(B) | 300.42º | 0.56% | 1% | - |
| XYZ | 65.03 | 40.23 | 98.1 | - |
| YUV | 171.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 254 | 0 | 0.56 | 0.00 | 0 | 300.42 | 1 | 0.72 |
| Hex | FF | 71 | FE | 0 | 38 | 0 | 0 | 12C | 64 | 48 |
| Octal | 377 | 161 | 376 | 0 | 70 | 0 | 0 | 454 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11111110 | 0 | 111000 | 0 | 0 | 100101100 | 1100100 | 1001000 |
Color Harmonies of #FF71FE
Complementary color
Monochromatic Colors of #FF71FE
Black with #FF71FE
Text Example
Text Example
White with #FF71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71FE; }
p { color: rgb(255,113,254); }
H1.HeaderClassName
{
color: #FF71FE;
}
.AnyTagClassName
{
color: #FF71FE;
}
</style>
background-color css
<style>
a { background-color: #FF71FE; }
a { background-color: rgb(255,113,254); }
div.DivClassName
{
background-color: #FF71FE;
}
.BgClassName
{
background-color: #FF71FE;
}
</style>
border-color css
<style>
span { border-color: #FF71FE; }
span { border-color: rgb(255,113,254); }
td.TdClassName
{
border-color: #FF71FE;
}
.TagClassName
{
border-color: #FF71FE;
}
</style>