Shades of Pink Flamingo #F03CFB
Tints of Pink Flamingo #F03CFB
RGB
CMYK
RGB Variations
Color information
#F03CFB (or 0xF03CFB) is known color: Pink Flamingo. HEX triplet: F0, 3C and FB. RGB value is (240,60,251). Sum of RGB (Red+Green+Blue) = 240+60+251=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #F03CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CFB is #0FC304. Grayscale: #878787. Windows color (decimal): -1032965 or 16465136. OLE color: 16465136.
HSL color Cylindrical-coordinate representation of color #F03CFB: hue angle of 296.54º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03CFB is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 60 | 251 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.02 |
| HSL | 296.54º | 0.96% | 0.61% | - |
| HSV(B) | 296.54º | 0.76% | 0.98% | - |
| XYZ | 54.96 | 28.72 | 93.91 | - |
| YUV | 135.59 | 193.13 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 251 | 0.04 | 0.76 | 0 | 0.02 | 296.54 | 0.96 | 0.61 |
| Hex | F0 | 3C | FB | 4 | 4C | 0 | 2 | 129 | 60 | 3D |
| Octal | 360 | 74 | 373 | 4 | 114 | 0 | 2 | 451 | 140 | 75 |
| Binary | 11110000 | 111100 | 11111011 | 100 | 1001100 | 0 | 10 | 100101001 | 1100000 | 111101 |
Color Harmonies of #F03CFB
Complementary color
Monochromatic Colors of #F03CFB
Black with #F03CFB
Text Example
Text Example
White with #F03CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CFB; }
p { color: rgb(240,60,251); }
H1.HeaderClassName
{
color: #F03CFB;
}
.AnyTagClassName
{
color: #F03CFB;
}
</style>
background-color css
<style>
a { background-color: #F03CFB; }
a { background-color: rgb(240,60,251); }
div.DivClassName
{
background-color: #F03CFB;
}
.BgClassName
{
background-color: #F03CFB;
}
</style>
border-color css
<style>
span { border-color: #F03CFB; }
span { border-color: rgb(240,60,251); }
td.TdClassName
{
border-color: #F03CFB;
}
.TagClassName
{
border-color: #F03CFB;
}
</style>