Shades of Ultra Pink #F071FB
Tints of Ultra Pink #F071FB
RGB
CMYK
RGB Variations
Color information
#F071FB (or 0xF071FB) is known color: Ultra Pink. HEX triplet: F0, 71 and FB. RGB value is (240,113,251). Sum of RGB (Red+Green+Blue) = 240+113+251=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 113 (44.53% from 255 or 18.71% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #F071FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F071FB is #0F8E04. Grayscale: #A6A6A6. Windows color (decimal): -1019397 or 16478704. OLE color: 16478704.
HSL color Cylindrical-coordinate representation of color #F071FB: hue angle of 295.22º 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 #F071FB is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 113 | 251 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.02 |
| HSL | 295.22º | 0.95% | 0.71% | - |
| HSV(B) | 295.22º | 0.55% | 0.98% | - |
| XYZ | 59.25 | 37.3 | 95.34 | - |
| YUV | 166.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 251 | 0.04 | 0.55 | 0 | 0.02 | 295.22 | 0.95 | 0.71 |
| Hex | F0 | 71 | FB | 4 | 37 | 0 | 2 | 127 | 5F | 47 |
| Octal | 360 | 161 | 373 | 4 | 67 | 0 | 2 | 447 | 137 | 107 |
| Binary | 11110000 | 1110001 | 11111011 | 100 | 110111 | 0 | 10 | 100100111 | 1011111 | 1000111 |
Color Harmonies of #F071FB
Complementary color
Monochromatic Colors of #F071FB
Black with #F071FB
Text Example
Text Example
White with #F071FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071FB; }
p { color: rgb(240,113,251); }
H1.HeaderClassName
{
color: #F071FB;
}
.AnyTagClassName
{
color: #F071FB;
}
</style>
background-color css
<style>
a { background-color: #F071FB; }
a { background-color: rgb(240,113,251); }
div.DivClassName
{
background-color: #F071FB;
}
.BgClassName
{
background-color: #F071FB;
}
</style>
border-color css
<style>
span { border-color: #F071FB; }
span { border-color: rgb(240,113,251); }
td.TdClassName
{
border-color: #F071FB;
}
.TagClassName
{
border-color: #F071FB;
}
</style>