Shades of Pink Flamingo #F465FE
Tints of Pink Flamingo #F465FE
RGB
CMYK
RGB Variations
Color information
#F465FE (or 0xF465FE) is known color: Pink Flamingo. HEX triplet: F4, 65 and FE. RGB value is (244,101,254). Sum of RGB (Red+Green+Blue) = 244+101+254=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #F465FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F465FE is #0B9A01. Grayscale: #A0A0A0. Windows color (decimal): -760322 or 16672244. OLE color: 16672244.
HSL color Cylindrical-coordinate representation of color #F465FE: hue angle of 296.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F465FE is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 101 | 254 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.00 |
| HSL | 296.08º | 0.99% | 0.7% | - |
| HSV(B) | 296.08º | 0.6% | 1% | - |
| XYZ | 59.85 | 35.7 | 97.5 | - |
| YUV | 161.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 254 | 0.04 | 0.60 | 0 | 0.00 | 296.08 | 0.99 | 0.7 |
| Hex | F4 | 65 | FE | 4 | 3C | 0 | 0 | 128 | 63 | 46 |
| Octal | 364 | 145 | 376 | 4 | 74 | 0 | 0 | 450 | 143 | 106 |
| Binary | 11110100 | 1100101 | 11111110 | 100 | 111100 | 0 | 0 | 100101000 | 1100011 | 1000110 |
Color Harmonies of #F465FE
Complementary color
Monochromatic Colors of #F465FE
Black with #F465FE
Text Example
Text Example
White with #F465FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465FE; }
p { color: rgb(244,101,254); }
H1.HeaderClassName
{
color: #F465FE;
}
.AnyTagClassName
{
color: #F465FE;
}
</style>
background-color css
<style>
a { background-color: #F465FE; }
a { background-color: rgb(244,101,254); }
div.DivClassName
{
background-color: #F465FE;
}
.BgClassName
{
background-color: #F465FE;
}
</style>
border-color css
<style>
span { border-color: #F465FE; }
span { border-color: rgb(244,101,254); }
td.TdClassName
{
border-color: #F465FE;
}
.TagClassName
{
border-color: #F465FE;
}
</style>