Shades of Ultra Pink #FA71FE
Tints of Ultra Pink #FA71FE
RGB
CMYK
RGB Variations
Color information
#FA71FE (or 0xFA71FE) is known color: Ultra Pink. HEX triplet: FA, 71 and FE. RGB value is (250,113,254). Sum of RGB (Red+Green+Blue) = 250+113+254=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 113 (44.53% from 255 or 18.31% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA71FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA71FE is #058E01. Grayscale: #A9A9A9. Windows color (decimal): -364034 or 16675322. OLE color: 16675322.
HSL color Cylindrical-coordinate representation of color #FA71FE: hue angle of 298.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA71FE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 113 | 254 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.00 |
| HSL | 298.3º | 0.99% | 0.72% | - |
| HSV(B) | 298.3º | 0.56% | 1% | - |
| XYZ | 63.22 | 39.29 | 98.02 | - |
| YUV | 170.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 254 | 0.02 | 0.56 | 0 | 0.00 | 298.3 | 0.99 | 0.72 |
| Hex | FA | 71 | FE | 2 | 38 | 0 | 0 | 12A | 63 | 48 |
| Octal | 372 | 161 | 376 | 2 | 70 | 0 | 0 | 452 | 143 | 110 |
| Binary | 11111010 | 1110001 | 11111110 | 10 | 111000 | 0 | 0 | 100101010 | 1100011 | 1001000 |
Color Harmonies of #FA71FE
Complementary color
Monochromatic Colors of #FA71FE
Black with #FA71FE
Text Example
Text Example
White with #FA71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA71FE; }
p { color: rgb(250,113,254); }
H1.HeaderClassName
{
color: #FA71FE;
}
.AnyTagClassName
{
color: #FA71FE;
}
</style>
background-color css
<style>
a { background-color: #FA71FE; }
a { background-color: rgb(250,113,254); }
div.DivClassName
{
background-color: #FA71FE;
}
.BgClassName
{
background-color: #FA71FE;
}
</style>
border-color css
<style>
span { border-color: #FA71FE; }
span { border-color: rgb(250,113,254); }
td.TdClassName
{
border-color: #FA71FE;
}
.TagClassName
{
border-color: #FA71FE;
}
</style>