Shades of Pink Flamingo #F56AFB
Tints of Pink Flamingo #F56AFB
RGB
CMYK
RGB Variations
Color information
#F56AFB (or 0xF56AFB) is known color: Pink Flamingo. HEX triplet: F5, 6A and FB. RGB value is (245,106,251). Sum of RGB (Red+Green+Blue) = 245+106+251=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 106 (41.80% from 255 or 17.61% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #F56AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AFB is #0A9504. Grayscale: #A3A3A3. Windows color (decimal): -693509 or 16476917. OLE color: 16476917.
HSL color Cylindrical-coordinate representation of color #F56AFB: hue angle of 297.52º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56AFB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 106 | 251 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.02 |
| HSL | 297.52º | 0.95% | 0.7% | - |
| HSV(B) | 297.52º | 0.58% | 0.98% | - |
| XYZ | 60.22 | 36.69 | 95.17 | - |
| YUV | 164.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 251 | 0.02 | 0.58 | 0 | 0.02 | 297.52 | 0.95 | 0.7 |
| Hex | F5 | 6A | FB | 2 | 3A | 0 | 2 | 12A | 5F | 46 |
| Octal | 365 | 152 | 373 | 2 | 72 | 0 | 2 | 452 | 137 | 106 |
| Binary | 11110101 | 1101010 | 11111011 | 10 | 111010 | 0 | 10 | 100101010 | 1011111 | 1000110 |
Color Harmonies of #F56AFB
Complementary color
Monochromatic Colors of #F56AFB
Black with #F56AFB
Text Example
Text Example
White with #F56AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56AFB; }
p { color: rgb(245,106,251); }
H1.HeaderClassName
{
color: #F56AFB;
}
.AnyTagClassName
{
color: #F56AFB;
}
</style>
background-color css
<style>
a { background-color: #F56AFB; }
a { background-color: rgb(245,106,251); }
div.DivClassName
{
background-color: #F56AFB;
}
.BgClassName
{
background-color: #F56AFB;
}
</style>
border-color css
<style>
span { border-color: #F56AFB; }
span { border-color: rgb(245,106,251); }
td.TdClassName
{
border-color: #F56AFB;
}
.TagClassName
{
border-color: #F56AFB;
}
</style>