Shades of Pink Flamingo #F65AFC
Tints of Pink Flamingo #F65AFC
RGB
CMYK
RGB Variations
Color information
#F65AFC (or 0xF65AFC) is known color: Pink Flamingo. HEX triplet: F6, 5A and FC. RGB value is (246,90,252). Sum of RGB (Red+Green+Blue) = 246+90+252=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 90 (35.55% from 255 or 15.31% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #F65AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AFC is #09A503. Grayscale: #9A9A9A. Windows color (decimal): -632068 or 16538358. OLE color: 16538358.
HSL color Cylindrical-coordinate representation of color #F65AFC: hue angle of 297.78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65AFC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 90 | 252 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.01 |
| HSL | 297.78º | 0.96% | 0.67% | - |
| HSV(B) | 297.78º | 0.64% | 0.99% | - |
| XYZ | 59.23 | 33.93 | 95.52 | - |
| YUV | 155.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 252 | 0.02 | 0.64 | 0 | 0.01 | 297.78 | 0.96 | 0.67 |
| Hex | F6 | 5A | FC | 2 | 40 | 0 | 1 | 12A | 60 | 43 |
| Octal | 366 | 132 | 374 | 2 | 100 | 0 | 1 | 452 | 140 | 103 |
| Binary | 11110110 | 1011010 | 11111100 | 10 | 1000000 | 0 | 1 | 100101010 | 1100000 | 1000011 |
Color Harmonies of #F65AFC
Complementary color
Monochromatic Colors of #F65AFC
Black with #F65AFC
Text Example
Text Example
White with #F65AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AFC; }
p { color: rgb(246,90,252); }
H1.HeaderClassName
{
color: #F65AFC;
}
.AnyTagClassName
{
color: #F65AFC;
}
</style>
background-color css
<style>
a { background-color: #F65AFC; }
a { background-color: rgb(246,90,252); }
div.DivClassName
{
background-color: #F65AFC;
}
.BgClassName
{
background-color: #F65AFC;
}
</style>
border-color css
<style>
span { border-color: #F65AFC; }
span { border-color: rgb(246,90,252); }
td.TdClassName
{
border-color: #F65AFC;
}
.TagClassName
{
border-color: #F65AFC;
}
</style>