Shades of Pink Flamingo #F04BFE
Tints of Pink Flamingo #F04BFE
RGB
CMYK
RGB Variations
Color information
#F04BFE (or 0xF04BFE) is known color: Pink Flamingo. HEX triplet: F0, 4B and FE. RGB value is (240,75,254). Sum of RGB (Red+Green+Blue) = 240+75+254=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 75 (29.69% from 255 or 13.18% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #F04BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04BFE is #0FB401. Grayscale: #909090. Windows color (decimal): -1029122 or 16665584. OLE color: 16665584.
HSL color Cylindrical-coordinate representation of color #F04BFE: hue angle of 295.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04BFE is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 75 | 254 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.00 |
| HSL | 295.31º | 0.99% | 0.65% | - |
| HSV(B) | 295.31º | 0.7% | 1% | - |
| XYZ | 56.34 | 30.71 | 96.72 | - |
| YUV | 144.74 | 189.66 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 254 | 0.06 | 0.70 | 0 | 0.00 | 295.31 | 0.99 | 0.65 |
| Hex | F0 | 4B | FE | 6 | 46 | 0 | 0 | 127 | 63 | 41 |
| Octal | 360 | 113 | 376 | 6 | 106 | 0 | 0 | 447 | 143 | 101 |
| Binary | 11110000 | 1001011 | 11111110 | 110 | 1000110 | 0 | 0 | 100100111 | 1100011 | 1000001 |
Color Harmonies of #F04BFE
Complementary color
Monochromatic Colors of #F04BFE
Black with #F04BFE
Text Example
Text Example
White with #F04BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BFE; }
p { color: rgb(240,75,254); }
H1.HeaderClassName
{
color: #F04BFE;
}
.AnyTagClassName
{
color: #F04BFE;
}
</style>
background-color css
<style>
a { background-color: #F04BFE; }
a { background-color: rgb(240,75,254); }
div.DivClassName
{
background-color: #F04BFE;
}
.BgClassName
{
background-color: #F04BFE;
}
</style>
border-color css
<style>
span { border-color: #F04BFE; }
span { border-color: rgb(240,75,254); }
td.TdClassName
{
border-color: #F04BFE;
}
.TagClassName
{
border-color: #F04BFE;
}
</style>