Shades of Ultra Pink #FB71F0
Tints of Ultra Pink #FB71F0
RGB
CMYK
RGB Variations
Color information
#FB71F0 (or 0xFB71F0) is known color: Ultra Pink. HEX triplet: FB, 71 and F0. RGB value is (251,113,240). Sum of RGB (Red+Green+Blue) = 251+113+240=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 113 (44.53% from 255 or 18.71% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB71F0 is #048E0F. Grayscale: #A8A8A8. Windows color (decimal): -298512 or 15757819. OLE color: 15757819.
HSL color Cylindrical-coordinate representation of color #FB71F0: hue angle of 304.78º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71F0 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 240 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.02 |
| HSL | 304.78º | 0.95% | 0.71% | - |
| HSV(B) | 304.78º | 0.55% | 0.98% | - |
| XYZ | 61.42 | 38.61 | 86.65 | - |
| YUV | 168.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 240 | 0 | 0.55 | 0.04 | 0.02 | 304.78 | 0.95 | 0.71 |
| Hex | FB | 71 | F0 | 0 | 37 | 4 | 2 | 131 | 5F | 47 |
| Octal | 373 | 161 | 360 | 0 | 67 | 4 | 2 | 461 | 137 | 107 |
| Binary | 11111011 | 1110001 | 11110000 | 0 | 110111 | 100 | 10 | 100110001 | 1011111 | 1000111 |
Color Harmonies of #FB71F0
Complementary color
Monochromatic Colors of #FB71F0
Black with #FB71F0
Text Example
Text Example
White with #FB71F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB71F0; }
p { color: rgb(251,113,240); }
H1.HeaderClassName
{
color: #FB71F0;
}
.AnyTagClassName
{
color: #FB71F0;
}
</style>
background-color css
<style>
a { background-color: #FB71F0; }
a { background-color: rgb(251,113,240); }
div.DivClassName
{
background-color: #FB71F0;
}
.BgClassName
{
background-color: #FB71F0;
}
</style>
border-color css
<style>
span { border-color: #FB71F0; }
span { border-color: rgb(251,113,240); }
td.TdClassName
{
border-color: #FB71F0;
}
.TagClassName
{
border-color: #FB71F0;
}
</style>