Shades of Pink Flamingo #F441FD
Tints of Pink Flamingo #F441FD
RGB
CMYK
RGB Variations
Color information
#F441FD (or 0xF441FD) is known color: Pink Flamingo. HEX triplet: F4, 41 and FD. RGB value is (244,65,253). Sum of RGB (Red+Green+Blue) = 244+65+253=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 65 (25.78% from 255 or 11.57% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #F441FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F441FD is #0BBE02. Grayscale: #8B8B8B. Windows color (decimal): -769539 or 16597492. OLE color: 16597492.
HSL color Cylindrical-coordinate representation of color #F441FD: hue angle of 297.13º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F441FD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 65 | 253 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.01 |
| HSL | 297.13º | 0.98% | 0.62% | - |
| HSV(B) | 297.13º | 0.74% | 0.99% | - |
| XYZ | 56.93 | 30.11 | 95.74 | - |
| YUV | 139.95 | 191.8 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 253 | 0.04 | 0.74 | 0 | 0.01 | 297.13 | 0.98 | 0.62 |
| Hex | F4 | 41 | FD | 4 | 4A | 0 | 1 | 129 | 62 | 3E |
| Octal | 364 | 101 | 375 | 4 | 112 | 0 | 1 | 451 | 142 | 76 |
| Binary | 11110100 | 1000001 | 11111101 | 100 | 1001010 | 0 | 1 | 100101001 | 1100010 | 111110 |
Color Harmonies of #F441FD
Complementary color
Monochromatic Colors of #F441FD
Black with #F441FD
Text Example
Text Example
White with #F441FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441FD; }
p { color: rgb(244,65,253); }
H1.HeaderClassName
{
color: #F441FD;
}
.AnyTagClassName
{
color: #F441FD;
}
</style>
background-color css
<style>
a { background-color: #F441FD; }
a { background-color: rgb(244,65,253); }
div.DivClassName
{
background-color: #F441FD;
}
.BgClassName
{
background-color: #F441FD;
}
</style>
border-color css
<style>
span { border-color: #F441FD; }
span { border-color: rgb(244,65,253); }
td.TdClassName
{
border-color: #F441FD;
}
.TagClassName
{
border-color: #F441FD;
}
</style>