Shades of Ultra Pink #F56DFF
Tints of Ultra Pink #F56DFF
RGB
CMYK
RGB Variations
Color information
#F56DFF (or 0xF56DFF) is known color: Ultra Pink. HEX triplet: F5, 6D and FF. RGB value is (245,109,255). Sum of RGB (Red+Green+Blue) = 245+109+255=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 109 (42.97% from 255 or 17.90% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #F56DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56DFF is #0A9200. Grayscale: #A5A5A5. Windows color (decimal): -692737 or 16739829. OLE color: 16739829.
HSL color Cylindrical-coordinate representation of color #F56DFF: hue angle of 295.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56DFF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 109 | 255 | - |
| CMYK | 0.04 | 0.57 | 0 | 0 |
| HSL | 295.89º | 1% | 0.71% | - |
| HSV(B) | 295.89º | 0.57% | 1% | - |
| XYZ | 61.17 | 37.57 | 98.64 | - |
| YUV | 166.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 255 | 0.04 | 0.57 | 0 | 0 | 295.89 | 1 | 0.71 |
| Hex | F5 | 6D | FF | 4 | 39 | 0 | 0 | 128 | 64 | 47 |
| Octal | 365 | 155 | 377 | 4 | 71 | 0 | 0 | 450 | 144 | 107 |
| Binary | 11110101 | 1101101 | 11111111 | 100 | 111001 | 0 | 0 | 100101000 | 1100100 | 1000111 |
Color Harmonies of #F56DFF
Complementary color
Monochromatic Colors of #F56DFF
Black with #F56DFF
Text Example
Text Example
White with #F56DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DFF; }
p { color: rgb(245,109,255); }
H1.HeaderClassName
{
color: #F56DFF;
}
.AnyTagClassName
{
color: #F56DFF;
}
</style>
background-color css
<style>
a { background-color: #F56DFF; }
a { background-color: rgb(245,109,255); }
div.DivClassName
{
background-color: #F56DFF;
}
.BgClassName
{
background-color: #F56DFF;
}
</style>
border-color css
<style>
span { border-color: #F56DFF; }
span { border-color: rgb(245,109,255); }
td.TdClassName
{
border-color: #F56DFF;
}
.TagClassName
{
border-color: #F56DFF;
}
</style>