Shades of Pink Flamingo #F65FEA
Tints of Pink Flamingo #F65FEA
RGB
CMYK
RGB Variations
Color information
#F65FEA (or 0xF65FEA) is known color: Pink Flamingo. HEX triplet: F6, 5F and EA. RGB value is (246,95,234). Sum of RGB (Red+Green+Blue) = 246+95+234=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65FEA is #09A015. Grayscale: #9B9B9B. Windows color (decimal): -630806 or 15359990. OLE color: 15359990.
HSL color Cylindrical-coordinate representation of color #F65FEA: hue angle of 304.77º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FEA is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 234 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.04 |
| HSL | 304.77º | 0.89% | 0.67% | - |
| HSV(B) | 304.77º | 0.61% | 0.96% | - |
| XYZ | 56.95 | 33.72 | 81.35 | - |
| YUV | 156 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 234 | 0 | 0.61 | 0.05 | 0.04 | 304.77 | 0.89 | 0.67 |
| Hex | F6 | 5F | EA | 0 | 3D | 5 | 4 | 131 | 59 | 43 |
| Octal | 366 | 137 | 352 | 0 | 75 | 5 | 4 | 461 | 131 | 103 |
| Binary | 11110110 | 1011111 | 11101010 | 0 | 111101 | 101 | 100 | 100110001 | 1011001 | 1000011 |
Color Harmonies of #F65FEA
Complementary color
Monochromatic Colors of #F65FEA
Black with #F65FEA
Text Example
Text Example
White with #F65FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FEA; }
p { color: rgb(246,95,234); }
H1.HeaderClassName
{
color: #F65FEA;
}
.AnyTagClassName
{
color: #F65FEA;
}
</style>
background-color css
<style>
a { background-color: #F65FEA; }
a { background-color: rgb(246,95,234); }
div.DivClassName
{
background-color: #F65FEA;
}
.BgClassName
{
background-color: #F65FEA;
}
</style>
border-color css
<style>
span { border-color: #F65FEA; }
span { border-color: rgb(246,95,234); }
td.TdClassName
{
border-color: #F65FEA;
}
.TagClassName
{
border-color: #F65FEA;
}
</style>