Shades of Pink Flamingo #F467F3
Tints of Pink Flamingo #F467F3
RGB
CMYK
RGB Variations
Color information
#F467F3 (or 0xF467F3) is known color: Pink Flamingo. HEX triplet: F4, 67 and F3. RGB value is (244,103,243). Sum of RGB (Red+Green+Blue) = 244+103+243=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 103 (40.62% from 255 or 17.46% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F467F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F467F3 is #0B980C. Grayscale: #A0A0A0. Windows color (decimal): -759821 or 15951860. OLE color: 15951860.
HSL color Cylindrical-coordinate representation of color #F467F3: hue angle of 300.43º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F467F3 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 243 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.04 |
| HSL | 300.43º | 0.87% | 0.68% | - |
| HSV(B) | 300.43º | 0.58% | 0.96% | - |
| XYZ | 58.34 | 35.4 | 88.55 | - |
| YUV | 161.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 243 | 0 | 0.58 | 0.00 | 0.04 | 300.43 | 0.87 | 0.68 |
| Hex | F4 | 67 | F3 | 0 | 3A | 0 | 4 | 12C | 57 | 44 |
| Octal | 364 | 147 | 363 | 0 | 72 | 0 | 4 | 454 | 127 | 104 |
| Binary | 11110100 | 1100111 | 11110011 | 0 | 111010 | 0 | 100 | 100101100 | 1010111 | 1000100 |
Color Harmonies of #F467F3
Complementary color
Monochromatic Colors of #F467F3
Black with #F467F3
Text Example
Text Example
White with #F467F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F467F3; }
p { color: rgb(244,103,243); }
H1.HeaderClassName
{
color: #F467F3;
}
.AnyTagClassName
{
color: #F467F3;
}
</style>
background-color css
<style>
a { background-color: #F467F3; }
a { background-color: rgb(244,103,243); }
div.DivClassName
{
background-color: #F467F3;
}
.BgClassName
{
background-color: #F467F3;
}
</style>
border-color css
<style>
span { border-color: #F467F3; }
span { border-color: rgb(244,103,243); }
td.TdClassName
{
border-color: #F467F3;
}
.TagClassName
{
border-color: #F467F3;
}
</style>