Shades of Ultra Pink #F56FFA
Tints of Ultra Pink #F56FFA
RGB
CMYK
RGB Variations
Color information
#F56FFA (or 0xF56FFA) is known color: Ultra Pink. HEX triplet: F5, 6F and FA. RGB value is (245,111,250). Sum of RGB (Red+Green+Blue) = 245+111+250=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 111 (43.75% from 255 or 18.32% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #F56FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56FFA is #0A9005. Grayscale: #A6A6A6. Windows color (decimal): -692230 or 16412661. OLE color: 16412661.
HSL color Cylindrical-coordinate representation of color #F56FFA: hue angle of 297.84º degrees, saturation: 0.93, 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 #F56FFA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 111 | 250 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.02 |
| HSL | 297.84º | 0.93% | 0.71% | - |
| HSV(B) | 297.84º | 0.56% | 0.98% | - |
| XYZ | 60.6 | 37.68 | 94.52 | - |
| YUV | 166.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 250 | 0.02 | 0.56 | 0 | 0.02 | 297.84 | 0.93 | 0.71 |
| Hex | F5 | 6F | FA | 2 | 38 | 0 | 2 | 12A | 5D | 47 |
| Octal | 365 | 157 | 372 | 2 | 70 | 0 | 2 | 452 | 135 | 107 |
| Binary | 11110101 | 1101111 | 11111010 | 10 | 111000 | 0 | 10 | 100101010 | 1011101 | 1000111 |
Color Harmonies of #F56FFA
Complementary color
Monochromatic Colors of #F56FFA
Black with #F56FFA
Text Example
Text Example
White with #F56FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FFA; }
p { color: rgb(245,111,250); }
H1.HeaderClassName
{
color: #F56FFA;
}
.AnyTagClassName
{
color: #F56FFA;
}
</style>
background-color css
<style>
a { background-color: #F56FFA; }
a { background-color: rgb(245,111,250); }
div.DivClassName
{
background-color: #F56FFA;
}
.BgClassName
{
background-color: #F56FFA;
}
</style>
border-color css
<style>
span { border-color: #F56FFA; }
span { border-color: rgb(245,111,250); }
td.TdClassName
{
border-color: #F56FFA;
}
.TagClassName
{
border-color: #F56FFA;
}
</style>