Shades of Ultra Pink #F56FEF
Tints of Ultra Pink #F56FEF
RGB
CMYK
RGB Variations
Color information
#F56FEF (or 0xF56FEF) is known color: Ultra Pink. HEX triplet: F5, 6F and EF. RGB value is (245,111,239). Sum of RGB (Red+Green+Blue) = 245+111+239=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 111 (43.75% from 255 or 18.66% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56FEF is #0A9010. Grayscale: #A5A5A5. Windows color (decimal): -692241 or 15691765. OLE color: 15691765.
HSL color Cylindrical-coordinate representation of color #F56FEF: hue angle of 302.69º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56FEF is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 239 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.04 |
| HSL | 302.69º | 0.87% | 0.7% | - |
| HSV(B) | 302.69º | 0.55% | 0.96% | - |
| XYZ | 58.92 | 37.01 | 85.7 | - |
| YUV | 165.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 239 | 0 | 0.55 | 0.02 | 0.04 | 302.69 | 0.87 | 0.7 |
| Hex | F5 | 6F | EF | 0 | 37 | 2 | 4 | 12F | 57 | 46 |
| Octal | 365 | 157 | 357 | 0 | 67 | 2 | 4 | 457 | 127 | 106 |
| Binary | 11110101 | 1101111 | 11101111 | 0 | 110111 | 10 | 100 | 100101111 | 1010111 | 1000110 |
Color Harmonies of #F56FEF
Complementary color
Monochromatic Colors of #F56FEF
Black with #F56FEF
Text Example
Text Example
White with #F56FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FEF; }
p { color: rgb(245,111,239); }
H1.HeaderClassName
{
color: #F56FEF;
}
.AnyTagClassName
{
color: #F56FEF;
}
</style>
background-color css
<style>
a { background-color: #F56FEF; }
a { background-color: rgb(245,111,239); }
div.DivClassName
{
background-color: #F56FEF;
}
.BgClassName
{
background-color: #F56FEF;
}
</style>
border-color css
<style>
span { border-color: #F56FEF; }
span { border-color: rgb(245,111,239); }
td.TdClassName
{
border-color: #F56FEF;
}
.TagClassName
{
border-color: #F56FEF;
}
</style>