Shades of Pink Flamingo #F03CFD
Tints of Pink Flamingo #F03CFD
RGB
CMYK
RGB Variations
Color information
#F03CFD (or 0xF03CFD) is known color: Pink Flamingo. HEX triplet: F0, 3C and FD. RGB value is (240,60,253). Sum of RGB (Red+Green+Blue) = 240+60+253=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 60 (23.83% from 255 or 10.85% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #F03CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CFD is #0FC302. Grayscale: #878787. Windows color (decimal): -1032963 or 16596208. OLE color: 16596208.
HSL color Cylindrical-coordinate representation of color #F03CFD: hue angle of 295.96º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03CFD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 60 | 253 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.01 |
| HSL | 295.96º | 0.98% | 0.61% | - |
| HSV(B) | 295.96º | 0.76% | 0.99% | - |
| XYZ | 55.28 | 28.85 | 95.58 | - |
| YUV | 135.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 253 | 0.05 | 0.76 | 0 | 0.01 | 295.96 | 0.98 | 0.61 |
| Hex | F0 | 3C | FD | 5 | 4C | 0 | 1 | 128 | 62 | 3D |
| Octal | 360 | 74 | 375 | 5 | 114 | 0 | 1 | 450 | 142 | 75 |
| Binary | 11110000 | 111100 | 11111101 | 101 | 1001100 | 0 | 1 | 100101000 | 1100010 | 111101 |
Color Harmonies of #F03CFD
Complementary color
Monochromatic Colors of #F03CFD
Black with #F03CFD
Text Example
Text Example
White with #F03CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CFD; }
p { color: rgb(240,60,253); }
H1.HeaderClassName
{
color: #F03CFD;
}
.AnyTagClassName
{
color: #F03CFD;
}
</style>
background-color css
<style>
a { background-color: #F03CFD; }
a { background-color: rgb(240,60,253); }
div.DivClassName
{
background-color: #F03CFD;
}
.BgClassName
{
background-color: #F03CFD;
}
</style>
border-color css
<style>
span { border-color: #F03CFD; }
span { border-color: rgb(240,60,253); }
td.TdClassName
{
border-color: #F03CFD;
}
.TagClassName
{
border-color: #F03CFD;
}
</style>