Shades of Ultra Pink #FC71FF
Tints of Ultra Pink #FC71FF
RGB
CMYK
RGB Variations
Color information
#FC71FF (or 0xFC71FF) is known color: Ultra Pink. HEX triplet: FC, 71 and FF. RGB value is (252,113,255). Sum of RGB (Red+Green+Blue) = 252+113+255=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 113 (44.53% from 255 or 18.23% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC71FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC71FF is #038E00. Grayscale: #AAAAAA. Windows color (decimal): -232961 or 16740860. OLE color: 16740860.
HSL color Cylindrical-coordinate representation of color #FC71FF: hue angle of 298.73º 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 #FC71FF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 113 | 255 | - |
| CMYK | 0.01 | 0.56 | 0 | 0 |
| HSL | 298.73º | 1% | 0.72% | - |
| HSV(B) | 298.73º | 0.56% | 1% | - |
| XYZ | 64.1 | 39.73 | 98.9 | - |
| YUV | 170.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 255 | 0.01 | 0.56 | 0 | 0 | 298.73 | 1 | 0.72 |
| Hex | FC | 71 | FF | 1 | 38 | 0 | 0 | 12B | 64 | 48 |
| Octal | 374 | 161 | 377 | 1 | 70 | 0 | 0 | 453 | 144 | 110 |
| Binary | 11111100 | 1110001 | 11111111 | 1 | 111000 | 0 | 0 | 100101011 | 1100100 | 1001000 |
Color Harmonies of #FC71FF
Complementary color
Monochromatic Colors of #FC71FF
Black with #FC71FF
Text Example
Text Example
White with #FC71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71FF; }
p { color: rgb(252,113,255); }
H1.HeaderClassName
{
color: #FC71FF;
}
.AnyTagClassName
{
color: #FC71FF;
}
</style>
background-color css
<style>
a { background-color: #FC71FF; }
a { background-color: rgb(252,113,255); }
div.DivClassName
{
background-color: #FC71FF;
}
.BgClassName
{
background-color: #FC71FF;
}
</style>
border-color css
<style>
span { border-color: #FC71FF; }
span { border-color: rgb(252,113,255); }
td.TdClassName
{
border-color: #FC71FF;
}
.TagClassName
{
border-color: #FC71FF;
}
</style>