Shades of Pink Flamingo #F034FF
Tints of Pink Flamingo #F034FF
RGB
CMYK
RGB Variations
Color information
#F034FF (or 0xF034FF) is known color: Pink Flamingo. HEX triplet: F0, 34 and FF. RGB value is (240,52,255). Sum of RGB (Red+Green+Blue) = 240+52+255=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 52 (20.70% from 255 or 9.51% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #F034FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F034FF is #0FCB00. Grayscale: #828282. Windows color (decimal): -1035009 or 16725232. OLE color: 16725232.
HSL color Cylindrical-coordinate representation of color #F034FF: hue angle of 295.57º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F034FF is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 52 | 255 | - |
| CMYK | 0.06 | 0.80 | 0 | 0 |
| HSL | 295.57º | 1% | 0.6% | - |
| HSV(B) | 295.57º | 0.8% | 1% | - |
| XYZ | 55.21 | 28.2 | 97.14 | - |
| YUV | 131.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 255 | 0.06 | 0.80 | 0 | 0 | 295.57 | 1 | 0.6 |
| Hex | F0 | 34 | FF | 6 | 50 | 0 | 0 | 128 | 64 | 3C |
| Octal | 360 | 64 | 377 | 6 | 120 | 0 | 0 | 450 | 144 | 74 |
| Binary | 11110000 | 110100 | 11111111 | 110 | 1010000 | 0 | 0 | 100101000 | 1100100 | 111100 |
Color Harmonies of #F034FF
Complementary color
Monochromatic Colors of #F034FF
Black with #F034FF
Text Example
Text Example
White with #F034FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034FF; }
p { color: rgb(240,52,255); }
H1.HeaderClassName
{
color: #F034FF;
}
.AnyTagClassName
{
color: #F034FF;
}
</style>
background-color css
<style>
a { background-color: #F034FF; }
a { background-color: rgb(240,52,255); }
div.DivClassName
{
background-color: #F034FF;
}
.BgClassName
{
background-color: #F034FF;
}
</style>
border-color css
<style>
span { border-color: #F034FF; }
span { border-color: rgb(240,52,255); }
td.TdClassName
{
border-color: #F034FF;
}
.TagClassName
{
border-color: #F034FF;
}
</style>