Shades of Pink Flamingo #F053FF
Tints of Pink Flamingo #F053FF
RGB
CMYK
RGB Variations
Color information
#F053FF (or 0xF053FF) is known color: Pink Flamingo. HEX triplet: F0, 53 and FF. RGB value is (240,83,255). Sum of RGB (Red+Green+Blue) = 240+83+255=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 83 (32.81% from 255 or 14.36% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #F053FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053FF is #0FAC00. Grayscale: #959595. Windows color (decimal): -1027073 or 16733168. OLE color: 16733168.
HSL color Cylindrical-coordinate representation of color #F053FF: hue angle of 294.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F053FF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 83 | 255 | - |
| CMYK | 0.06 | 0.67 | 0 | 0 |
| HSL | 294.77º | 1% | 0.66% | - |
| HSV(B) | 294.77º | 0.67% | 1% | - |
| XYZ | 57.08 | 31.93 | 97.76 | - |
| YUV | 149.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 255 | 0.06 | 0.67 | 0 | 0 | 294.77 | 1 | 0.66 |
| Hex | F0 | 53 | FF | 6 | 43 | 0 | 0 | 127 | 64 | 42 |
| Octal | 360 | 123 | 377 | 6 | 103 | 0 | 0 | 447 | 144 | 102 |
| Binary | 11110000 | 1010011 | 11111111 | 110 | 1000011 | 0 | 0 | 100100111 | 1100100 | 1000010 |
Color Harmonies of #F053FF
Complementary color
Monochromatic Colors of #F053FF
Black with #F053FF
Text Example
Text Example
White with #F053FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053FF; }
p { color: rgb(240,83,255); }
H1.HeaderClassName
{
color: #F053FF;
}
.AnyTagClassName
{
color: #F053FF;
}
</style>
background-color css
<style>
a { background-color: #F053FF; }
a { background-color: rgb(240,83,255); }
div.DivClassName
{
background-color: #F053FF;
}
.BgClassName
{
background-color: #F053FF;
}
</style>
border-color css
<style>
span { border-color: #F053FF; }
span { border-color: rgb(240,83,255); }
td.TdClassName
{
border-color: #F053FF;
}
.TagClassName
{
border-color: #F053FF;
}
</style>