Shades of Pink Flamingo #F44BFE
Tints of Pink Flamingo #F44BFE
RGB
CMYK
RGB Variations
Color information
#F44BFE (or 0xF44BFE) is known color: Pink Flamingo. HEX triplet: F4, 4B and FE. RGB value is (244,75,254). Sum of RGB (Red+Green+Blue) = 244+75+254=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 75 (29.69% from 255 or 13.09% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #F44BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F44BFE is #0BB401. Grayscale: #919191. Windows color (decimal): -766978 or 16665588. OLE color: 16665588.
HSL color Cylindrical-coordinate representation of color #F44BFE: hue angle of 296.65º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44BFE is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 75 | 254 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.00 |
| HSL | 296.65º | 0.99% | 0.65% | - |
| HSV(B) | 296.65º | 0.7% | 1% | - |
| XYZ | 57.71 | 31.42 | 96.79 | - |
| YUV | 145.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 75 | 254 | 0.04 | 0.70 | 0 | 0.00 | 296.65 | 0.99 | 0.65 |
| Hex | F4 | 4B | FE | 4 | 46 | 0 | 0 | 129 | 63 | 41 |
| Octal | 364 | 113 | 376 | 4 | 106 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110100 | 1001011 | 11111110 | 100 | 1000110 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F44BFE
Complementary color
Monochromatic Colors of #F44BFE
Black with #F44BFE
Text Example
Text Example
White with #F44BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44BFE; }
p { color: rgb(244,75,254); }
H1.HeaderClassName
{
color: #F44BFE;
}
.AnyTagClassName
{
color: #F44BFE;
}
</style>
background-color css
<style>
a { background-color: #F44BFE; }
a { background-color: rgb(244,75,254); }
div.DivClassName
{
background-color: #F44BFE;
}
.BgClassName
{
background-color: #F44BFE;
}
</style>
border-color css
<style>
span { border-color: #F44BFE; }
span { border-color: rgb(244,75,254); }
td.TdClassName
{
border-color: #F44BFE;
}
.TagClassName
{
border-color: #F44BFE;
}
</style>