Shades of Pink Flamingo #FC65F1
Tints of Pink Flamingo #FC65F1
RGB
CMYK
RGB Variations
Color information
#FC65F1 (or 0xFC65F1) is known color: Pink Flamingo. HEX triplet: FC, 65 and F1. RGB value is (252,101,241). Sum of RGB (Red+Green+Blue) = 252+101+241=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65F1 is #039A0E. Grayscale: #A1A1A1. Windows color (decimal): -236047 or 15820284. OLE color: 15820284.
HSL color Cylindrical-coordinate representation of color #FC65F1: hue angle of 304.37º 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 #FC65F1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 241 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.01 |
| HSL | 304.37º | 0.96% | 0.69% | - |
| HSV(B) | 304.37º | 0.6% | 0.99% | - |
| XYZ | 60.68 | 36.35 | 87.04 | - |
| YUV | 162.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 241 | 0 | 0.60 | 0.04 | 0.01 | 304.37 | 0.96 | 0.69 |
| Hex | FC | 65 | F1 | 0 | 3C | 4 | 1 | 130 | 60 | 45 |
| Octal | 374 | 145 | 361 | 0 | 74 | 4 | 1 | 460 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11110001 | 0 | 111100 | 100 | 1 | 100110000 | 1100000 | 1000101 |
Color Harmonies of #FC65F1
Complementary color
Monochromatic Colors of #FC65F1
Black with #FC65F1
Text Example
Text Example
White with #FC65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65F1; }
p { color: rgb(252,101,241); }
H1.HeaderClassName
{
color: #FC65F1;
}
.AnyTagClassName
{
color: #FC65F1;
}
</style>
background-color css
<style>
a { background-color: #FC65F1; }
a { background-color: rgb(252,101,241); }
div.DivClassName
{
background-color: #FC65F1;
}
.BgClassName
{
background-color: #FC65F1;
}
</style>
border-color css
<style>
span { border-color: #FC65F1; }
span { border-color: rgb(252,101,241); }
td.TdClassName
{
border-color: #FC65F1;
}
.TagClassName
{
border-color: #FC65F1;
}
</style>