Shades of Ultra Pink #F56FFB
Tints of Ultra Pink #F56FFB
RGB
CMYK
RGB Variations
Color information
#F56FFB (or 0xF56FFB) is known color: Ultra Pink. HEX triplet: F5, 6F and FB. RGB value is (245,111,251). Sum of RGB (Red+Green+Blue) = 245+111+251=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 111 (43.75% from 255 or 18.29% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #F56FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56FFB is #0A9004. Grayscale: #A6A6A6. Windows color (decimal): -692229 or 16478197. OLE color: 16478197.
HSL color Cylindrical-coordinate representation of color #F56FFB: hue angle of 297.43º degrees, saturation: 0.95, 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 #F56FFB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 111 | 251 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.02 |
| HSL | 297.43º | 0.95% | 0.71% | - |
| HSV(B) | 297.43º | 0.56% | 0.98% | - |
| XYZ | 60.75 | 37.75 | 95.35 | - |
| YUV | 167.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 251 | 0.02 | 0.56 | 0 | 0.02 | 297.43 | 0.95 | 0.71 |
| Hex | F5 | 6F | FB | 2 | 38 | 0 | 2 | 129 | 5F | 47 |
| Octal | 365 | 157 | 373 | 2 | 70 | 0 | 2 | 451 | 137 | 107 |
| Binary | 11110101 | 1101111 | 11111011 | 10 | 111000 | 0 | 10 | 100101001 | 1011111 | 1000111 |
Color Harmonies of #F56FFB
Complementary color
Monochromatic Colors of #F56FFB
Black with #F56FFB
Text Example
Text Example
White with #F56FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FFB; }
p { color: rgb(245,111,251); }
H1.HeaderClassName
{
color: #F56FFB;
}
.AnyTagClassName
{
color: #F56FFB;
}
</style>
background-color css
<style>
a { background-color: #F56FFB; }
a { background-color: rgb(245,111,251); }
div.DivClassName
{
background-color: #F56FFB;
}
.BgClassName
{
background-color: #F56FFB;
}
</style>
border-color css
<style>
span { border-color: #F56FFB; }
span { border-color: rgb(245,111,251); }
td.TdClassName
{
border-color: #F56FFB;
}
.TagClassName
{
border-color: #F56FFB;
}
</style>