Shades of Pink Flamingo #F044FD
Tints of Pink Flamingo #F044FD
RGB
CMYK
RGB Variations
Color information
#F044FD (or 0xF044FD) is known color: Pink Flamingo. HEX triplet: F0, 44 and FD. RGB value is (240,68,253). Sum of RGB (Red+Green+Blue) = 240+68+253=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 68 (26.95% from 255 or 12.12% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #F044FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044FD is #0FBB02. Grayscale: #8B8B8B. Windows color (decimal): -1030915 or 16598256. OLE color: 16598256.
HSL color Cylindrical-coordinate representation of color #F044FD: hue angle of 295.78º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F044FD is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 68 | 253 | - |
CMYK | 0.05 | 0.73 | 0 | 0.01 |
HSL | 295.78º | 0.98% | 0.63% | - |
HSV(B) | 295.78º | 0.73% | 0.99% | - |
XYZ | 55.73 | 29.75 | 95.73 | - |
YUV | 140.52 | 191.48 | 198.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 68 | 253 | 0.05 | 0.73 | 0 | 0.01 | 295.78 | 0.98 | 0.63 |
Hex | F0 | 44 | FD | 5 | 49 | 0 | 1 | 128 | 62 | 3F |
Octal | 360 | 104 | 375 | 5 | 111 | 0 | 1 | 450 | 142 | 77 |
Binary | 11110000 | 1000100 | 11111101 | 101 | 1001001 | 0 | 1 | 100101000 | 1100010 | 111111 |
Color Harmonies of #F044FD
Complementary color
Monochromatic Colors of #F044FD
Black with #F044FD
Text Example
Text Example
White with #F044FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044FD; }
p { color: rgb(240,68,253); }
H1.HeaderClassName
{
color: #F044FD;
}
.AnyTagClassName
{
color: #F044FD;
}
</style>
background-color css
<style>
a { background-color: #F044FD; }
a { background-color: rgb(240,68,253); }
div.DivClassName
{
background-color: #F044FD;
}
.BgClassName
{
background-color: #F044FD;
}
</style>
border-color css
<style>
span { border-color: #F044FD; }
span { border-color: rgb(240,68,253); }
td.TdClassName
{
border-color: #F044FD;
}
.TagClassName
{
border-color: #F044FD;
}
</style>