Shades of Pink Flamingo #F53DF4
Tints of Pink Flamingo #F53DF4
RGB
CMYK
RGB Variations
Color information
#F53DF4 (or 0xF53DF4) is known color: Pink Flamingo. HEX triplet: F5, 3D and F4. RGB value is (245,61,244). Sum of RGB (Red+Green+Blue) = 245+61+244=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 61 (24.22% from 255 or 11.09% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53DF4 is #0AC20B. Grayscale: #888888. Windows color (decimal): -705036 or 16006645. OLE color: 16006645.
HSL color Cylindrical-coordinate representation of color #F53DF4: hue angle of 300.33º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53DF4 is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 244 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.04 |
| HSL | 300.33º | 0.9% | 0.6% | - |
| HSV(B) | 300.33º | 0.75% | 0.96% | - |
| XYZ | 55.65 | 29.28 | 88.31 | - |
| YUV | 136.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 244 | 0 | 0.75 | 0.00 | 0.04 | 300.33 | 0.9 | 0.6 |
| Hex | F5 | 3D | F4 | 0 | 4B | 0 | 4 | 12C | 5A | 3C |
| Octal | 365 | 75 | 364 | 0 | 113 | 0 | 4 | 454 | 132 | 74 |
| Binary | 11110101 | 111101 | 11110100 | 0 | 1001011 | 0 | 100 | 100101100 | 1011010 | 111100 |
Color Harmonies of #F53DF4
Complementary color
Monochromatic Colors of #F53DF4
Black with #F53DF4
Text Example
Text Example
White with #F53DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53DF4; }
p { color: rgb(245,61,244); }
H1.HeaderClassName
{
color: #F53DF4;
}
.AnyTagClassName
{
color: #F53DF4;
}
</style>
background-color css
<style>
a { background-color: #F53DF4; }
a { background-color: rgb(245,61,244); }
div.DivClassName
{
background-color: #F53DF4;
}
.BgClassName
{
background-color: #F53DF4;
}
</style>
border-color css
<style>
span { border-color: #F53DF4; }
span { border-color: rgb(245,61,244); }
td.TdClassName
{
border-color: #F53DF4;
}
.TagClassName
{
border-color: #F53DF4;
}
</style>