Shades of Pink Flamingo #F043FE
Tints of Pink Flamingo #F043FE
RGB
CMYK
RGB Variations
Color information
#F043FE (or 0xF043FE) is known color: Pink Flamingo. HEX triplet: F0, 43 and FE. RGB value is (240,67,254). Sum of RGB (Red+Green+Blue) = 240+67+254=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 67 (26.56% from 255 or 11.94% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #F043FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F043FE is #0FBC01. Grayscale: #8B8B8B. Windows color (decimal): -1031170 or 16663536. OLE color: 16663536.
HSL color Cylindrical-coordinate representation of color #F043FE: hue angle of 295.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F043FE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 67 | 254 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.00 |
| HSL | 295.51º | 0.99% | 0.63% | - |
| HSV(B) | 295.51º | 0.74% | 1% | - |
| XYZ | 55.83 | 29.7 | 96.56 | - |
| YUV | 140.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 254 | 0.06 | 0.74 | 0 | 0.00 | 295.51 | 0.99 | 0.63 |
| Hex | F0 | 43 | FE | 6 | 4A | 0 | 0 | 128 | 63 | 3F |
| Octal | 360 | 103 | 376 | 6 | 112 | 0 | 0 | 450 | 143 | 77 |
| Binary | 11110000 | 1000011 | 11111110 | 110 | 1001010 | 0 | 0 | 100101000 | 1100011 | 111111 |
Color Harmonies of #F043FE
Complementary color
Monochromatic Colors of #F043FE
Black with #F043FE
Text Example
Text Example
White with #F043FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043FE; }
p { color: rgb(240,67,254); }
H1.HeaderClassName
{
color: #F043FE;
}
.AnyTagClassName
{
color: #F043FE;
}
</style>
background-color css
<style>
a { background-color: #F043FE; }
a { background-color: rgb(240,67,254); }
div.DivClassName
{
background-color: #F043FE;
}
.BgClassName
{
background-color: #F043FE;
}
</style>
border-color css
<style>
span { border-color: #F043FE; }
span { border-color: rgb(240,67,254); }
td.TdClassName
{
border-color: #F043FE;
}
.TagClassName
{
border-color: #F043FE;
}
</style>