Shades of Ultra Pink #F56EFB
Tints of Ultra Pink #F56EFB
RGB
CMYK
RGB Variations
Color information
#F56EFB (or 0xF56EFB) is known color: Ultra Pink. HEX triplet: F5, 6E and FB. RGB value is (245,110,251). Sum of RGB (Red+Green+Blue) = 245+110+251=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 110 (43.36% from 255 or 18.15% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #F56EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56EFB is #0A9104. Grayscale: #A6A6A6. Windows color (decimal): -692485 or 16477941. OLE color: 16477941.
HSL color Cylindrical-coordinate representation of color #F56EFB: hue angle of 297.45º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56EFB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 110 | 251 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.02 |
| HSL | 297.45º | 0.95% | 0.71% | - |
| HSV(B) | 297.45º | 0.56% | 0.98% | - |
| XYZ | 60.64 | 37.53 | 95.31 | - |
| YUV | 166.44 | 175.73 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 251 | 0.02 | 0.56 | 0 | 0.02 | 297.45 | 0.95 | 0.71 |
| Hex | F5 | 6E | FB | 2 | 38 | 0 | 2 | 129 | 5F | 47 |
| Octal | 365 | 156 | 373 | 2 | 70 | 0 | 2 | 451 | 137 | 107 |
| Binary | 11110101 | 1101110 | 11111011 | 10 | 111000 | 0 | 10 | 100101001 | 1011111 | 1000111 |
Color Harmonies of #F56EFB
Complementary color
Monochromatic Colors of #F56EFB
Black with #F56EFB
Text Example
Text Example
White with #F56EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EFB; }
p { color: rgb(245,110,251); }
H1.HeaderClassName
{
color: #F56EFB;
}
.AnyTagClassName
{
color: #F56EFB;
}
</style>
background-color css
<style>
a { background-color: #F56EFB; }
a { background-color: rgb(245,110,251); }
div.DivClassName
{
background-color: #F56EFB;
}
.BgClassName
{
background-color: #F56EFB;
}
</style>
border-color css
<style>
span { border-color: #F56EFB; }
span { border-color: rgb(245,110,251); }
td.TdClassName
{
border-color: #F56EFB;
}
.TagClassName
{
border-color: #F56EFB;
}
</style>