Shades of Pink Flamingo #F033FA
Tints of Pink Flamingo #F033FA
RGB
CMYK
RGB Variations
Color information
#F033FA (or 0xF033FA) is known color: Pink Flamingo. HEX triplet: F0, 33 and FA. RGB value is (240,51,250). Sum of RGB (Red+Green+Blue) = 240+51+250=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 51 (20.31% from 255 or 9.43% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #F033FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F033FA is #0FCC05. Grayscale: #818181. Windows color (decimal): -1035270 or 16397296. OLE color: 16397296.
HSL color Cylindrical-coordinate representation of color #F033FA: hue angle of 296.98º 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 #F033FA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 51 | 250 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.02 |
| HSL | 296.98º | 0.95% | 0.59% | - |
| HSV(B) | 296.98º | 0.8% | 0.98% | - |
| XYZ | 54.37 | 27.8 | 92.94 | - |
| YUV | 130.2 | 195.62 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 250 | 0.04 | 0.80 | 0 | 0.02 | 296.98 | 0.95 | 0.59 |
| Hex | F0 | 33 | FA | 4 | 50 | 0 | 2 | 129 | 5F | 3B |
| Octal | 360 | 63 | 372 | 4 | 120 | 0 | 2 | 451 | 137 | 73 |
| Binary | 11110000 | 110011 | 11111010 | 100 | 1010000 | 0 | 10 | 100101001 | 1011111 | 111011 |
Color Harmonies of #F033FA
Complementary color
Monochromatic Colors of #F033FA
Black with #F033FA
Text Example
Text Example
White with #F033FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F033FA; }
p { color: rgb(240,51,250); }
H1.HeaderClassName
{
color: #F033FA;
}
.AnyTagClassName
{
color: #F033FA;
}
</style>
background-color css
<style>
a { background-color: #F033FA; }
a { background-color: rgb(240,51,250); }
div.DivClassName
{
background-color: #F033FA;
}
.BgClassName
{
background-color: #F033FA;
}
</style>
border-color css
<style>
span { border-color: #F033FA; }
span { border-color: rgb(240,51,250); }
td.TdClassName
{
border-color: #F033FA;
}
.TagClassName
{
border-color: #F033FA;
}
</style>