Shades of Pink Flamingo #F04AFE
Tints of Pink Flamingo #F04AFE
RGB
CMYK
RGB Variations
Color information
#F04AFE (or 0xF04AFE) is known color: Pink Flamingo. HEX triplet: F0, 4A and FE. RGB value is (240,74,254). Sum of RGB (Red+Green+Blue) = 240+74+254=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 74 (29.30% from 255 or 13.03% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #F04AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AFE is #0FB501. Grayscale: #8F8F8F. Windows color (decimal): -1029378 or 16665328. OLE color: 16665328.
HSL color Cylindrical-coordinate representation of color #F04AFE: hue angle of 295.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04AFE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 74 | 254 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.00 |
| HSL | 295.33º | 0.99% | 0.64% | - |
| HSV(B) | 295.33º | 0.71% | 1% | - |
| XYZ | 56.27 | 30.58 | 96.7 | - |
| YUV | 144.15 | 190 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 254 | 0.06 | 0.71 | 0 | 0.00 | 295.33 | 0.99 | 0.64 |
| Hex | F0 | 4A | FE | 6 | 47 | 0 | 0 | 127 | 63 | 40 |
| Octal | 360 | 112 | 376 | 6 | 107 | 0 | 0 | 447 | 143 | 100 |
| Binary | 11110000 | 1001010 | 11111110 | 110 | 1000111 | 0 | 0 | 100100111 | 1100011 | 1000000 |
Color Harmonies of #F04AFE
Complementary color
Monochromatic Colors of #F04AFE
Black with #F04AFE
Text Example
Text Example
White with #F04AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AFE; }
p { color: rgb(240,74,254); }
H1.HeaderClassName
{
color: #F04AFE;
}
.AnyTagClassName
{
color: #F04AFE;
}
</style>
background-color css
<style>
a { background-color: #F04AFE; }
a { background-color: rgb(240,74,254); }
div.DivClassName
{
background-color: #F04AFE;
}
.BgClassName
{
background-color: #F04AFE;
}
</style>
border-color css
<style>
span { border-color: #F04AFE; }
span { border-color: rgb(240,74,254); }
td.TdClassName
{
border-color: #F04AFE;
}
.TagClassName
{
border-color: #F04AFE;
}
</style>