Shades of Pink Flamingo #F463FF
Tints of Pink Flamingo #F463FF
RGB
CMYK
RGB Variations
Color information
#F463FF (or 0xF463FF) is known color: Pink Flamingo. HEX triplet: F4, 63 and FF. RGB value is (244,99,255). Sum of RGB (Red+Green+Blue) = 244+99+255=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 99 (39.06% from 255 or 16.56% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F463FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F463FF is #0B9C00. Grayscale: #9F9F9F. Windows color (decimal): -760833 or 16737268. OLE color: 16737268.
HSL color Cylindrical-coordinate representation of color #F463FF: hue angle of 295.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F463FF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 99 | 255 | - |
| CMYK | 0.04 | 0.61 | 0 | 0 |
| HSL | 295.77º | 1% | 0.69% | - |
| HSV(B) | 295.77º | 0.61% | 1% | - |
| XYZ | 59.82 | 35.38 | 98.28 | - |
| YUV | 160.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 99 | 255 | 0.04 | 0.61 | 0 | 0 | 295.77 | 1 | 0.69 |
| Hex | F4 | 63 | FF | 4 | 3D | 0 | 0 | 128 | 64 | 45 |
| Octal | 364 | 143 | 377 | 4 | 75 | 0 | 0 | 450 | 144 | 105 |
| Binary | 11110100 | 1100011 | 11111111 | 100 | 111101 | 0 | 0 | 100101000 | 1100100 | 1000101 |
Color Harmonies of #F463FF
Complementary color
Monochromatic Colors of #F463FF
Black with #F463FF
Text Example
Text Example
White with #F463FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F463FF; }
p { color: rgb(244,99,255); }
H1.HeaderClassName
{
color: #F463FF;
}
.AnyTagClassName
{
color: #F463FF;
}
</style>
background-color css
<style>
a { background-color: #F463FF; }
a { background-color: rgb(244,99,255); }
div.DivClassName
{
background-color: #F463FF;
}
.BgClassName
{
background-color: #F463FF;
}
</style>
border-color css
<style>
span { border-color: #F463FF; }
span { border-color: rgb(244,99,255); }
td.TdClassName
{
border-color: #F463FF;
}
.TagClassName
{
border-color: #F463FF;
}
</style>