Shades of Pink Flamingo #F03DFE
Tints of Pink Flamingo #F03DFE
RGB
CMYK
RGB Variations
Color information
#F03DFE (or 0xF03DFE) is known color: Pink Flamingo. HEX triplet: F0, 3D and FE. RGB value is (240,61,254). Sum of RGB (Red+Green+Blue) = 240+61+254=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 61 (24.22% from 255 or 10.99% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #F03DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03DFE is #0FC201. Grayscale: #878787. Windows color (decimal): -1032706 or 16662000. OLE color: 16662000.
HSL color Cylindrical-coordinate representation of color #F03DFE: hue angle of 295.65º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03DFE is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 61 | 254 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.00 |
| HSL | 295.65º | 0.99% | 0.62% | - |
| HSV(B) | 295.65º | 0.76% | 1% | - |
| XYZ | 55.49 | 29.02 | 96.44 | - |
| YUV | 136.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 254 | 0.06 | 0.76 | 0 | 0.00 | 295.65 | 0.99 | 0.62 |
| Hex | F0 | 3D | FE | 6 | 4C | 0 | 0 | 128 | 63 | 3E |
| Octal | 360 | 75 | 376 | 6 | 114 | 0 | 0 | 450 | 143 | 76 |
| Binary | 11110000 | 111101 | 11111110 | 110 | 1001100 | 0 | 0 | 100101000 | 1100011 | 111110 |
Color Harmonies of #F03DFE
Complementary color
Monochromatic Colors of #F03DFE
Black with #F03DFE
Text Example
Text Example
White with #F03DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03DFE; }
p { color: rgb(240,61,254); }
H1.HeaderClassName
{
color: #F03DFE;
}
.AnyTagClassName
{
color: #F03DFE;
}
</style>
background-color css
<style>
a { background-color: #F03DFE; }
a { background-color: rgb(240,61,254); }
div.DivClassName
{
background-color: #F03DFE;
}
.BgClassName
{
background-color: #F03DFE;
}
</style>
border-color css
<style>
span { border-color: #F03DFE; }
span { border-color: rgb(240,61,254); }
td.TdClassName
{
border-color: #F03DFE;
}
.TagClassName
{
border-color: #F03DFE;
}
</style>