Shades of Pink Flamingo #FC65F8
Tints of Pink Flamingo #FC65F8
RGB
CMYK
RGB Variations
Color information
#FC65F8 (or 0xFC65F8) is known color: Pink Flamingo. HEX triplet: FC, 65 and F8. RGB value is (252,101,248). Sum of RGB (Red+Green+Blue) = 252+101+248=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 101 (39.84% from 255 or 16.81% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65F8 is #039A07. Grayscale: #A2A2A2. Windows color (decimal): -236040 or 16279036. OLE color: 16279036.
HSL color Cylindrical-coordinate representation of color #FC65F8: hue angle of 301.59º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65F8 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 248 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.01 |
| HSL | 301.59º | 0.96% | 0.69% | - |
| HSV(B) | 301.59º | 0.6% | 0.99% | - |
| XYZ | 61.74 | 36.78 | 92.65 | - |
| YUV | 162.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 248 | 0 | 0.60 | 0.02 | 0.01 | 301.59 | 0.96 | 0.69 |
| Hex | FC | 65 | F8 | 0 | 3C | 2 | 1 | 12E | 60 | 45 |
| Octal | 374 | 145 | 370 | 0 | 74 | 2 | 1 | 456 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11111000 | 0 | 111100 | 10 | 1 | 100101110 | 1100000 | 1000101 |
Color Harmonies of #FC65F8
Complementary color
Monochromatic Colors of #FC65F8
Black with #FC65F8
Text Example
Text Example
White with #FC65F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65F8; }
p { color: rgb(252,101,248); }
H1.HeaderClassName
{
color: #FC65F8;
}
.AnyTagClassName
{
color: #FC65F8;
}
</style>
background-color css
<style>
a { background-color: #FC65F8; }
a { background-color: rgb(252,101,248); }
div.DivClassName
{
background-color: #FC65F8;
}
.BgClassName
{
background-color: #FC65F8;
}
</style>
border-color css
<style>
span { border-color: #FC65F8; }
span { border-color: rgb(252,101,248); }
td.TdClassName
{
border-color: #FC65F8;
}
.TagClassName
{
border-color: #FC65F8;
}
</style>