Shades of Ultra Pink #F56EFF
Tints of Ultra Pink #F56EFF
RGB
CMYK
RGB Variations
Color information
#F56EFF (or 0xF56EFF) is known color: Ultra Pink. HEX triplet: F5, 6E and FF. RGB value is (245,110,255). Sum of RGB (Red+Green+Blue) = 245+110+255=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 110 (43.36% from 255 or 18.03% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #F56EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56EFF is #0A9100. Grayscale: #A6A6A6. Windows color (decimal): -692481 or 16740085. OLE color: 16740085.
HSL color Cylindrical-coordinate representation of color #F56EFF: hue angle of 295.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56EFF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 110 | 255 | - |
| CMYK | 0.04 | 0.57 | 0 | 0 |
| HSL | 295.86º | 1% | 0.72% | - |
| HSV(B) | 295.86º | 0.57% | 1% | - |
| XYZ | 61.28 | 37.78 | 98.67 | - |
| YUV | 166.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 255 | 0.04 | 0.57 | 0 | 0 | 295.86 | 1 | 0.72 |
| Hex | F5 | 6E | FF | 4 | 39 | 0 | 0 | 128 | 64 | 48 |
| Octal | 365 | 156 | 377 | 4 | 71 | 0 | 0 | 450 | 144 | 110 |
| Binary | 11110101 | 1101110 | 11111111 | 100 | 111001 | 0 | 0 | 100101000 | 1100100 | 1001000 |
Color Harmonies of #F56EFF
Complementary color
Monochromatic Colors of #F56EFF
Black with #F56EFF
Text Example
Text Example
White with #F56EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56EFF; }
p { color: rgb(245,110,255); }
H1.HeaderClassName
{
color: #F56EFF;
}
.AnyTagClassName
{
color: #F56EFF;
}
</style>
background-color css
<style>
a { background-color: #F56EFF; }
a { background-color: rgb(245,110,255); }
div.DivClassName
{
background-color: #F56EFF;
}
.BgClassName
{
background-color: #F56EFF;
}
</style>
border-color css
<style>
span { border-color: #F56EFF; }
span { border-color: rgb(245,110,255); }
td.TdClassName
{
border-color: #F56EFF;
}
.TagClassName
{
border-color: #F56EFF;
}
</style>