Shades of Pink Flamingo #F442FA
Tints of Pink Flamingo #F442FA
RGB
CMYK
RGB Variations
Color information
#F442FA (or 0xF442FA) is known color: Pink Flamingo. HEX triplet: F4, 42 and FA. RGB value is (244,66,250). Sum of RGB (Red+Green+Blue) = 244+66+250=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 66 (26.17% from 255 or 11.79% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #F442FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F442FA is #0BBD05. Grayscale: #8B8B8B. Windows color (decimal): -769286 or 16401140. OLE color: 16401140.
HSL color Cylindrical-coordinate representation of color #F442FA: hue angle of 298.04º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F442FA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 66 | 250 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.02 |
| HSL | 298.04º | 0.95% | 0.62% | - |
| HSV(B) | 298.04º | 0.74% | 0.98% | - |
| XYZ | 56.51 | 30.03 | 93.26 | - |
| YUV | 140.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 250 | 0.02 | 0.74 | 0 | 0.02 | 298.04 | 0.95 | 0.62 |
| Hex | F4 | 42 | FA | 2 | 4A | 0 | 2 | 12A | 5F | 3E |
| Octal | 364 | 102 | 372 | 2 | 112 | 0 | 2 | 452 | 137 | 76 |
| Binary | 11110100 | 1000010 | 11111010 | 10 | 1001010 | 0 | 10 | 100101010 | 1011111 | 111110 |
Color Harmonies of #F442FA
Complementary color
Monochromatic Colors of #F442FA
Black with #F442FA
Text Example
Text Example
White with #F442FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F442FA; }
p { color: rgb(244,66,250); }
H1.HeaderClassName
{
color: #F442FA;
}
.AnyTagClassName
{
color: #F442FA;
}
</style>
background-color css
<style>
a { background-color: #F442FA; }
a { background-color: rgb(244,66,250); }
div.DivClassName
{
background-color: #F442FA;
}
.BgClassName
{
background-color: #F442FA;
}
</style>
border-color css
<style>
span { border-color: #F442FA; }
span { border-color: rgb(244,66,250); }
td.TdClassName
{
border-color: #F442FA;
}
.TagClassName
{
border-color: #F442FA;
}
</style>