Shades of Pink Flamingo #F03CFE
Tints of Pink Flamingo #F03CFE
RGB
CMYK
RGB Variations
Color information
#F03CFE (or 0xF03CFE) is known color: Pink Flamingo. HEX triplet: F0, 3C and FE. RGB value is (240,60,254). Sum of RGB (Red+Green+Blue) = 240+60+254=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 60 (23.83% from 255 or 10.83% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #F03CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CFE is #0FC301. Grayscale: #878787. Windows color (decimal): -1032962 or 16661744. OLE color: 16661744.
HSL color Cylindrical-coordinate representation of color #F03CFE: hue angle of 295.67º 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 #F03CFE is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 60 | 254 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.00 |
| HSL | 295.67º | 0.99% | 0.62% | - |
| HSV(B) | 295.67º | 0.76% | 1% | - |
| XYZ | 55.44 | 28.91 | 96.42 | - |
| YUV | 135.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 254 | 0.06 | 0.76 | 0 | 0.00 | 295.67 | 0.99 | 0.62 |
| Hex | F0 | 3C | FE | 6 | 4C | 0 | 0 | 128 | 63 | 3E |
| Octal | 360 | 74 | 376 | 6 | 114 | 0 | 0 | 450 | 143 | 76 |
| Binary | 11110000 | 111100 | 11111110 | 110 | 1001100 | 0 | 0 | 100101000 | 1100011 | 111110 |
Color Harmonies of #F03CFE
Complementary color
Monochromatic Colors of #F03CFE
Black with #F03CFE
Text Example
Text Example
White with #F03CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CFE; }
p { color: rgb(240,60,254); }
H1.HeaderClassName
{
color: #F03CFE;
}
.AnyTagClassName
{
color: #F03CFE;
}
</style>
background-color css
<style>
a { background-color: #F03CFE; }
a { background-color: rgb(240,60,254); }
div.DivClassName
{
background-color: #F03CFE;
}
.BgClassName
{
background-color: #F03CFE;
}
</style>
border-color css
<style>
span { border-color: #F03CFE; }
span { border-color: rgb(240,60,254); }
td.TdClassName
{
border-color: #F03CFE;
}
.TagClassName
{
border-color: #F03CFE;
}
</style>