Shades of Pink Flamingo #F53BFE
Tints of Pink Flamingo #F53BFE
RGB
CMYK
RGB Variations
Color information
#F53BFE (or 0xF53BFE) is known color: Pink Flamingo. HEX triplet: F5, 3B and FE. RGB value is (245,59,254). Sum of RGB (Red+Green+Blue) = 245+59+254=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 59 (23.44% from 255 or 10.57% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #F53BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53BFE is #0AC401. Grayscale: #888888. Windows color (decimal): -705538 or 16661493. OLE color: 16661493.
HSL color Cylindrical-coordinate representation of color #F53BFE: hue angle of 297.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53BFE is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 59 | 254 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.00 |
| HSL | 297.23º | 0.99% | 0.61% | - |
| HSV(B) | 297.23º | 0.77% | 1% | - |
| XYZ | 57.11 | 29.7 | 96.49 | - |
| YUV | 136.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 254 | 0.04 | 0.77 | 0 | 0.00 | 297.23 | 0.99 | 0.61 |
| Hex | F5 | 3B | FE | 4 | 4D | 0 | 0 | 129 | 63 | 3D |
| Octal | 365 | 73 | 376 | 4 | 115 | 0 | 0 | 451 | 143 | 75 |
| Binary | 11110101 | 111011 | 11111110 | 100 | 1001101 | 0 | 0 | 100101001 | 1100011 | 111101 |
Color Harmonies of #F53BFE
Complementary color
Monochromatic Colors of #F53BFE
Black with #F53BFE
Text Example
Text Example
White with #F53BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BFE; }
p { color: rgb(245,59,254); }
H1.HeaderClassName
{
color: #F53BFE;
}
.AnyTagClassName
{
color: #F53BFE;
}
</style>
background-color css
<style>
a { background-color: #F53BFE; }
a { background-color: rgb(245,59,254); }
div.DivClassName
{
background-color: #F53BFE;
}
.BgClassName
{
background-color: #F53BFE;
}
</style>
border-color css
<style>
span { border-color: #F53BFE; }
span { border-color: rgb(245,59,254); }
td.TdClassName
{
border-color: #F53BFE;
}
.TagClassName
{
border-color: #F53BFE;
}
</style>