Shades of Pink Flamingo #F03AF8
Tints of Pink Flamingo #F03AF8
RGB
CMYK
RGB Variations
Color information
#F03AF8 (or 0xF03AF8) is known color: Pink Flamingo. HEX triplet: F0, 3A and F8. RGB value is (240,58,248). Sum of RGB (Red+Green+Blue) = 240+58+248=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 58 (23.05% from 255 or 10.62% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #F03AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03AF8 is #0FC507. Grayscale: #858585. Windows color (decimal): -1033480 or 16268016. OLE color: 16268016.
HSL color Cylindrical-coordinate representation of color #F03AF8: hue angle of 297.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03AF8 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 58 | 248 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.03 |
| HSL | 297.47º | 0.93% | 0.6% | - |
| HSV(B) | 297.47º | 0.77% | 0.97% | - |
| XYZ | 54.39 | 28.33 | 91.41 | - |
| YUV | 134.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 248 | 0.03 | 0.77 | 0 | 0.03 | 297.47 | 0.93 | 0.6 |
| Hex | F0 | 3A | F8 | 3 | 4D | 0 | 3 | 129 | 5D | 3C |
| Octal | 360 | 72 | 370 | 3 | 115 | 0 | 3 | 451 | 135 | 74 |
| Binary | 11110000 | 111010 | 11111000 | 11 | 1001101 | 0 | 11 | 100101001 | 1011101 | 111100 |
Color Harmonies of #F03AF8
Complementary color
Monochromatic Colors of #F03AF8
Black with #F03AF8
Text Example
Text Example
White with #F03AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AF8; }
p { color: rgb(240,58,248); }
H1.HeaderClassName
{
color: #F03AF8;
}
.AnyTagClassName
{
color: #F03AF8;
}
</style>
background-color css
<style>
a { background-color: #F03AF8; }
a { background-color: rgb(240,58,248); }
div.DivClassName
{
background-color: #F03AF8;
}
.BgClassName
{
background-color: #F03AF8;
}
</style>
border-color css
<style>
span { border-color: #F03AF8; }
span { border-color: rgb(240,58,248); }
td.TdClassName
{
border-color: #F03AF8;
}
.TagClassName
{
border-color: #F03AF8;
}
</style>