Shades of Ultra Pink #F56CFF
Tints of Ultra Pink #F56CFF
RGB
CMYK
RGB Variations
Color information
#F56CFF (or 0xF56CFF) is known color: Ultra Pink. HEX triplet: F5, 6C and FF. RGB value is (245,108,255). Sum of RGB (Red+Green+Blue) = 245+108+255=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 108 (42.58% from 255 or 17.76% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F56CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56CFF is #0A9300. Grayscale: #A5A5A5. Windows color (decimal): -692993 or 16739573. OLE color: 16739573.
HSL color Cylindrical-coordinate representation of color #F56CFF: hue angle of 295.92º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56CFF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 108 | 255 | - |
| CMYK | 0.04 | 0.58 | 0 | 0 |
| HSL | 295.92º | 1% | 0.71% | - |
| HSV(B) | 295.92º | 0.58% | 1% | - |
| XYZ | 61.07 | 37.36 | 98.6 | - |
| YUV | 165.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 255 | 0.04 | 0.58 | 0 | 0 | 295.92 | 1 | 0.71 |
| Hex | F5 | 6C | FF | 4 | 3A | 0 | 0 | 128 | 64 | 47 |
| Octal | 365 | 154 | 377 | 4 | 72 | 0 | 0 | 450 | 144 | 107 |
| Binary | 11110101 | 1101100 | 11111111 | 100 | 111010 | 0 | 0 | 100101000 | 1100100 | 1000111 |
Color Harmonies of #F56CFF
Complementary color
Monochromatic Colors of #F56CFF
Black with #F56CFF
Text Example
Text Example
White with #F56CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56CFF; }
p { color: rgb(245,108,255); }
H1.HeaderClassName
{
color: #F56CFF;
}
.AnyTagClassName
{
color: #F56CFF;
}
</style>
background-color css
<style>
a { background-color: #F56CFF; }
a { background-color: rgb(245,108,255); }
div.DivClassName
{
background-color: #F56CFF;
}
.BgClassName
{
background-color: #F56CFF;
}
</style>
border-color css
<style>
span { border-color: #F56CFF; }
span { border-color: rgb(245,108,255); }
td.TdClassName
{
border-color: #F56CFF;
}
.TagClassName
{
border-color: #F56CFF;
}
</style>