Shades of Ultra Pink #FC71F0
Tints of Ultra Pink #FC71F0
RGB
CMYK
RGB Variations
Color information
#FC71F0 (or 0xFC71F0) is known color: Ultra Pink. HEX triplet: FC, 71 and F0. RGB value is (252,113,240). Sum of RGB (Red+Green+Blue) = 252+113+240=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC71F0 is #038E0F. Grayscale: #A8A8A8. Windows color (decimal): -232976 or 15757820. OLE color: 15757820.
HSL color Cylindrical-coordinate representation of color #FC71F0: hue angle of 305.18º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC71F0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 240 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.01 |
| HSL | 305.18º | 0.96% | 0.72% | - |
| HSV(B) | 305.18º | 0.55% | 0.99% | - |
| XYZ | 61.78 | 38.8 | 86.67 | - |
| YUV | 169.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 240 | 0 | 0.55 | 0.05 | 0.01 | 305.18 | 0.96 | 0.72 |
| Hex | FC | 71 | F0 | 0 | 37 | 5 | 1 | 131 | 60 | 48 |
| Octal | 374 | 161 | 360 | 0 | 67 | 5 | 1 | 461 | 140 | 110 |
| Binary | 11111100 | 1110001 | 11110000 | 0 | 110111 | 101 | 1 | 100110001 | 1100000 | 1001000 |
Color Harmonies of #FC71F0
Complementary color
Monochromatic Colors of #FC71F0
Black with #FC71F0
Text Example
Text Example
White with #FC71F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71F0; }
p { color: rgb(252,113,240); }
H1.HeaderClassName
{
color: #FC71F0;
}
.AnyTagClassName
{
color: #FC71F0;
}
</style>
background-color css
<style>
a { background-color: #FC71F0; }
a { background-color: rgb(252,113,240); }
div.DivClassName
{
background-color: #FC71F0;
}
.BgClassName
{
background-color: #FC71F0;
}
</style>
border-color css
<style>
span { border-color: #FC71F0; }
span { border-color: rgb(252,113,240); }
td.TdClassName
{
border-color: #FC71F0;
}
.TagClassName
{
border-color: #FC71F0;
}
</style>