Shades of Pink Flamingo #F441FC
Tints of Pink Flamingo #F441FC
RGB
CMYK
RGB Variations
Color information
#F441FC (or 0xF441FC) is known color: Pink Flamingo. HEX triplet: F4, 41 and FC. RGB value is (244,65,252). Sum of RGB (Red+Green+Blue) = 244+65+252=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 65 (25.78% from 255 or 11.59% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #F441FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F441FC is #0BBE03. Grayscale: #8B8B8B. Windows color (decimal): -769540 or 16531956. OLE color: 16531956.
HSL color Cylindrical-coordinate representation of color #F441FC: hue angle of 297.43º degrees, saturation: 0.97, 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 #F441FC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 65 | 252 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.01 |
| HSL | 297.43º | 0.97% | 0.62% | - |
| HSV(B) | 297.43º | 0.74% | 0.99% | - |
| XYZ | 56.77 | 30.04 | 94.9 | - |
| YUV | 139.84 | 191.3 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 252 | 0.03 | 0.74 | 0 | 0.01 | 297.43 | 0.97 | 0.62 |
| Hex | F4 | 41 | FC | 3 | 4A | 0 | 1 | 129 | 61 | 3E |
| Octal | 364 | 101 | 374 | 3 | 112 | 0 | 1 | 451 | 141 | 76 |
| Binary | 11110100 | 1000001 | 11111100 | 11 | 1001010 | 0 | 1 | 100101001 | 1100001 | 111110 |
Color Harmonies of #F441FC
Complementary color
Monochromatic Colors of #F441FC
Black with #F441FC
Text Example
Text Example
White with #F441FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441FC; }
p { color: rgb(244,65,252); }
H1.HeaderClassName
{
color: #F441FC;
}
.AnyTagClassName
{
color: #F441FC;
}
</style>
background-color css
<style>
a { background-color: #F441FC; }
a { background-color: rgb(244,65,252); }
div.DivClassName
{
background-color: #F441FC;
}
.BgClassName
{
background-color: #F441FC;
}
</style>
border-color css
<style>
span { border-color: #F441FC; }
span { border-color: rgb(244,65,252); }
td.TdClassName
{
border-color: #F441FC;
}
.TagClassName
{
border-color: #F441FC;
}
</style>