Shades of Pink Flamingo #F03DFF
Tints of Pink Flamingo #F03DFF
RGB
CMYK
RGB Variations
Color information
#F03DFF (or 0xF03DFF) is known color: Pink Flamingo. HEX triplet: F0, 3D and FF. RGB value is (240,61,255). Sum of RGB (Red+Green+Blue) = 240+61+255=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 61 (24.22% from 255 or 10.97% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #F03DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03DFF is #0FC200. Grayscale: #888888. Windows color (decimal): -1032705 or 16727536. OLE color: 16727536.
HSL color Cylindrical-coordinate representation of color #F03DFF: hue angle of 295.36º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03DFF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 61 | 255 | - |
| CMYK | 0.06 | 0.76 | 0 | 0 |
| HSL | 295.36º | 1% | 0.62% | - |
| HSV(B) | 295.36º | 0.76% | 1% | - |
| XYZ | 55.65 | 29.08 | 97.29 | - |
| YUV | 136.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 255 | 0.06 | 0.76 | 0 | 0 | 295.36 | 1 | 0.62 |
| Hex | F0 | 3D | FF | 6 | 4C | 0 | 0 | 127 | 64 | 3E |
| Octal | 360 | 75 | 377 | 6 | 114 | 0 | 0 | 447 | 144 | 76 |
| Binary | 11110000 | 111101 | 11111111 | 110 | 1001100 | 0 | 0 | 100100111 | 1100100 | 111110 |
Color Harmonies of #F03DFF
Complementary color
Monochromatic Colors of #F03DFF
Black with #F03DFF
Text Example
Text Example
White with #F03DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03DFF; }
p { color: rgb(240,61,255); }
H1.HeaderClassName
{
color: #F03DFF;
}
.AnyTagClassName
{
color: #F03DFF;
}
</style>
background-color css
<style>
a { background-color: #F03DFF; }
a { background-color: rgb(240,61,255); }
div.DivClassName
{
background-color: #F03DFF;
}
.BgClassName
{
background-color: #F03DFF;
}
</style>
border-color css
<style>
span { border-color: #F03DFF; }
span { border-color: rgb(240,61,255); }
td.TdClassName
{
border-color: #F03DFF;
}
.TagClassName
{
border-color: #F03DFF;
}
</style>