Shades of Pink Flamingo #F533FA
Tints of Pink Flamingo #F533FA
RGB
CMYK
RGB Variations
Color information
#F533FA (or 0xF533FA) is known color: Pink Flamingo. HEX triplet: F5, 33 and FA. RGB value is (245,51,250). Sum of RGB (Red+Green+Blue) = 245+51+250=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 51 (20.31% from 255 or 9.34% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #F533FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F533FA is #0ACC05. Grayscale: #838383. Windows color (decimal): -707590 or 16397301. OLE color: 16397301.
HSL color Cylindrical-coordinate representation of color #F533FA: hue angle of 298.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F533FA is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 51 | 250 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.02 |
| HSL | 298.49º | 0.95% | 0.59% | - |
| HSV(B) | 298.49º | 0.8% | 0.98% | - |
| XYZ | 56.1 | 28.68 | 93.02 | - |
| YUV | 131.69 | 194.77 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 250 | 0.02 | 0.80 | 0 | 0.02 | 298.49 | 0.95 | 0.59 |
| Hex | F5 | 33 | FA | 2 | 50 | 0 | 2 | 12A | 5F | 3B |
| Octal | 365 | 63 | 372 | 2 | 120 | 0 | 2 | 452 | 137 | 73 |
| Binary | 11110101 | 110011 | 11111010 | 10 | 1010000 | 0 | 10 | 100101010 | 1011111 | 111011 |
Color Harmonies of #F533FA
Complementary color
Monochromatic Colors of #F533FA
Black with #F533FA
Text Example
Text Example
White with #F533FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F533FA; }
p { color: rgb(245,51,250); }
H1.HeaderClassName
{
color: #F533FA;
}
.AnyTagClassName
{
color: #F533FA;
}
</style>
background-color css
<style>
a { background-color: #F533FA; }
a { background-color: rgb(245,51,250); }
div.DivClassName
{
background-color: #F533FA;
}
.BgClassName
{
background-color: #F533FA;
}
</style>
border-color css
<style>
span { border-color: #F533FA; }
span { border-color: rgb(245,51,250); }
td.TdClassName
{
border-color: #F533FA;
}
.TagClassName
{
border-color: #F533FA;
}
</style>