Shades of Pink Flamingo #F461FE
Tints of Pink Flamingo #F461FE
RGB
CMYK
RGB Variations
Color information
#F461FE (or 0xF461FE) is known color: Pink Flamingo. HEX triplet: F4, 61 and FE. RGB value is (244,97,254). Sum of RGB (Red+Green+Blue) = 244+97+254=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 97 (38.28% from 255 or 16.30% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #F461FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F461FE is #0B9E01. Grayscale: #9E9E9E. Windows color (decimal): -761346 or 16671220. OLE color: 16671220.
HSL color Cylindrical-coordinate representation of color #F461FE: hue angle of 296.18º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F461FE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 97 | 254 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.00 |
| HSL | 296.18º | 0.99% | 0.69% | - |
| HSV(B) | 296.18º | 0.62% | 1% | - |
| XYZ | 59.47 | 34.94 | 97.38 | - |
| YUV | 158.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 97 | 254 | 0.04 | 0.62 | 0 | 0.00 | 296.18 | 0.99 | 0.69 |
| Hex | F4 | 61 | FE | 4 | 3E | 0 | 0 | 128 | 63 | 45 |
| Octal | 364 | 141 | 376 | 4 | 76 | 0 | 0 | 450 | 143 | 105 |
| Binary | 11110100 | 1100001 | 11111110 | 100 | 111110 | 0 | 0 | 100101000 | 1100011 | 1000101 |
Color Harmonies of #F461FE
Complementary color
Monochromatic Colors of #F461FE
Black with #F461FE
Text Example
Text Example
White with #F461FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F461FE; }
p { color: rgb(244,97,254); }
H1.HeaderClassName
{
color: #F461FE;
}
.AnyTagClassName
{
color: #F461FE;
}
</style>
background-color css
<style>
a { background-color: #F461FE; }
a { background-color: rgb(244,97,254); }
div.DivClassName
{
background-color: #F461FE;
}
.BgClassName
{
background-color: #F461FE;
}
</style>
border-color css
<style>
span { border-color: #F461FE; }
span { border-color: rgb(244,97,254); }
td.TdClassName
{
border-color: #F461FE;
}
.TagClassName
{
border-color: #F461FE;
}
</style>