Shades of Pink Flamingo #F467FD
Tints of Pink Flamingo #F467FD
RGB
CMYK
RGB Variations
Color information
#F467FD (or 0xF467FD) is known color: Pink Flamingo. HEX triplet: F4, 67 and FD. RGB value is (244,103,253). Sum of RGB (Red+Green+Blue) = 244+103+253=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 103 (40.62% from 255 or 17.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #F467FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F467FD is #0B9802. Grayscale: #A1A1A1. Windows color (decimal): -759811 or 16607220. OLE color: 16607220.
HSL color Cylindrical-coordinate representation of color #F467FD: hue angle of 296.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F467FD is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 103 | 253 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.01 |
| HSL | 296.4º | 0.97% | 0.7% | - |
| HSV(B) | 296.4º | 0.59% | 0.99% | - |
| XYZ | 59.89 | 36.03 | 96.73 | - |
| YUV | 162.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 253 | 0.04 | 0.59 | 0 | 0.01 | 296.4 | 0.97 | 0.7 |
| Hex | F4 | 67 | FD | 4 | 3B | 0 | 1 | 128 | 61 | 46 |
| Octal | 364 | 147 | 375 | 4 | 73 | 0 | 1 | 450 | 141 | 106 |
| Binary | 11110100 | 1100111 | 11111101 | 100 | 111011 | 0 | 1 | 100101000 | 1100001 | 1000110 |
Color Harmonies of #F467FD
Complementary color
Monochromatic Colors of #F467FD
Black with #F467FD
Text Example
Text Example
White with #F467FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F467FD; }
p { color: rgb(244,103,253); }
H1.HeaderClassName
{
color: #F467FD;
}
.AnyTagClassName
{
color: #F467FD;
}
</style>
background-color css
<style>
a { background-color: #F467FD; }
a { background-color: rgb(244,103,253); }
div.DivClassName
{
background-color: #F467FD;
}
.BgClassName
{
background-color: #F467FD;
}
</style>
border-color css
<style>
span { border-color: #F467FD; }
span { border-color: rgb(244,103,253); }
td.TdClassName
{
border-color: #F467FD;
}
.TagClassName
{
border-color: #F467FD;
}
</style>