Shades of Pink Flamingo #F462FF
Tints of Pink Flamingo #F462FF
RGB
CMYK
RGB Variations
Color information
#F462FF (or 0xF462FF) is known color: Pink Flamingo. HEX triplet: F4, 62 and FF. RGB value is (244,98,255). Sum of RGB (Red+Green+Blue) = 244+98+255=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 98 (38.67% from 255 or 16.42% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #F462FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F462FF is #0B9D00. Grayscale: #9F9F9F. Windows color (decimal): -761089 or 16737012. OLE color: 16737012.
HSL color Cylindrical-coordinate representation of color #F462FF: hue angle of 295.8º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F462FF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 98 | 255 | - |
| CMYK | 0.04 | 0.62 | 0 | 0 |
| HSL | 295.8º | 1% | 0.69% | - |
| HSV(B) | 295.8º | 0.62% | 1% | - |
| XYZ | 59.73 | 35.19 | 98.25 | - |
| YUV | 159.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 98 | 255 | 0.04 | 0.62 | 0 | 0 | 295.8 | 1 | 0.69 |
| Hex | F4 | 62 | FF | 4 | 3E | 0 | 0 | 128 | 64 | 45 |
| Octal | 364 | 142 | 377 | 4 | 76 | 0 | 0 | 450 | 144 | 105 |
| Binary | 11110100 | 1100010 | 11111111 | 100 | 111110 | 0 | 0 | 100101000 | 1100100 | 1000101 |
Color Harmonies of #F462FF
Complementary color
Monochromatic Colors of #F462FF
Black with #F462FF
Text Example
Text Example
White with #F462FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F462FF; }
p { color: rgb(244,98,255); }
H1.HeaderClassName
{
color: #F462FF;
}
.AnyTagClassName
{
color: #F462FF;
}
</style>
background-color css
<style>
a { background-color: #F462FF; }
a { background-color: rgb(244,98,255); }
div.DivClassName
{
background-color: #F462FF;
}
.BgClassName
{
background-color: #F462FF;
}
</style>
border-color css
<style>
span { border-color: #F462FF; }
span { border-color: rgb(244,98,255); }
td.TdClassName
{
border-color: #F462FF;
}
.TagClassName
{
border-color: #F462FF;
}
</style>