Shades of Pink Flamingo #F053FC
Tints of Pink Flamingo #F053FC
RGB
CMYK
RGB Variations
Color information
#F053FC (or 0xF053FC) is known color: Pink Flamingo. HEX triplet: F0, 53 and FC. RGB value is (240,83,252). Sum of RGB (Red+Green+Blue) = 240+83+252=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 83 (32.81% from 255 or 14.43% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #F053FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053FC is #0FAC03. Grayscale: #949494. Windows color (decimal): -1027076 or 16536560. OLE color: 16536560.
HSL color Cylindrical-coordinate representation of color #F053FC: hue angle of 295.74º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F053FC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 83 | 252 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.01 |
| HSL | 295.74º | 0.97% | 0.66% | - |
| HSV(B) | 295.74º | 0.67% | 0.99% | - |
| XYZ | 56.6 | 31.74 | 95.24 | - |
| YUV | 149.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 252 | 0.05 | 0.67 | 0 | 0.01 | 295.74 | 0.97 | 0.66 |
| Hex | F0 | 53 | FC | 5 | 43 | 0 | 1 | 128 | 61 | 42 |
| Octal | 360 | 123 | 374 | 5 | 103 | 0 | 1 | 450 | 141 | 102 |
| Binary | 11110000 | 1010011 | 11111100 | 101 | 1000011 | 0 | 1 | 100101000 | 1100001 | 1000010 |
Color Harmonies of #F053FC
Complementary color
Monochromatic Colors of #F053FC
Black with #F053FC
Text Example
Text Example
White with #F053FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053FC; }
p { color: rgb(240,83,252); }
H1.HeaderClassName
{
color: #F053FC;
}
.AnyTagClassName
{
color: #F053FC;
}
</style>
background-color css
<style>
a { background-color: #F053FC; }
a { background-color: rgb(240,83,252); }
div.DivClassName
{
background-color: #F053FC;
}
.BgClassName
{
background-color: #F053FC;
}
</style>
border-color css
<style>
span { border-color: #F053FC; }
span { border-color: rgb(240,83,252); }
td.TdClassName
{
border-color: #F053FC;
}
.TagClassName
{
border-color: #F053FC;
}
</style>