Shades of Pink Flamingo #F035F8
Tints of Pink Flamingo #F035F8
RGB
CMYK
RGB Variations
Color information
#F035F8 (or 0xF035F8) is known color: Pink Flamingo. HEX triplet: F0, 35 and F8. RGB value is (240,53,248). Sum of RGB (Red+Green+Blue) = 240+53+248=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 53 (21.09% from 255 or 9.80% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #F035F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F035F8 is #0FCA07. Grayscale: #828282. Windows color (decimal): -1034760 or 16266736. OLE color: 16266736.
HSL color Cylindrical-coordinate representation of color #F035F8: hue angle of 297.54º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F035F8 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 53 | 248 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.03 |
| HSL | 297.54º | 0.93% | 0.59% | - |
| HSV(B) | 297.54º | 0.79% | 0.97% | - |
| XYZ | 54.15 | 27.85 | 91.33 | - |
| YUV | 131.14 | 193.95 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 248 | 0.03 | 0.79 | 0 | 0.03 | 297.54 | 0.93 | 0.59 |
| Hex | F0 | 35 | F8 | 3 | 4F | 0 | 3 | 12A | 5D | 3B |
| Octal | 360 | 65 | 370 | 3 | 117 | 0 | 3 | 452 | 135 | 73 |
| Binary | 11110000 | 110101 | 11111000 | 11 | 1001111 | 0 | 11 | 100101010 | 1011101 | 111011 |
Color Harmonies of #F035F8
Complementary color
Monochromatic Colors of #F035F8
Black with #F035F8
Text Example
Text Example
White with #F035F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F035F8; }
p { color: rgb(240,53,248); }
H1.HeaderClassName
{
color: #F035F8;
}
.AnyTagClassName
{
color: #F035F8;
}
</style>
background-color css
<style>
a { background-color: #F035F8; }
a { background-color: rgb(240,53,248); }
div.DivClassName
{
background-color: #F035F8;
}
.BgClassName
{
background-color: #F035F8;
}
</style>
border-color css
<style>
span { border-color: #F035F8; }
span { border-color: rgb(240,53,248); }
td.TdClassName
{
border-color: #F035F8;
}
.TagClassName
{
border-color: #F035F8;
}
</style>