Shades of Pink Flamingo #FC65FE
Tints of Pink Flamingo #FC65FE
RGB
CMYK
RGB Variations
Color information
#FC65FE (or 0xFC65FE) is known color: Pink Flamingo. HEX triplet: FC, 65 and FE. RGB value is (252,101,254). Sum of RGB (Red+Green+Blue) = 252+101+254=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 101 (39.84% from 255 or 16.64% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC65FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65FE is #039A01. Grayscale: #A3A3A3. Windows color (decimal): -236034 or 16672252. OLE color: 16672252.
HSL color Cylindrical-coordinate representation of color #FC65FE: hue angle of 299.22º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65FE is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 101 | 254 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.00 |
| HSL | 299.22º | 0.99% | 0.7% | - |
| HSV(B) | 299.22º | 0.6% | 1% | - |
| XYZ | 62.69 | 37.16 | 97.63 | - |
| YUV | 163.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 254 | 0.01 | 0.60 | 0 | 0.00 | 299.22 | 0.99 | 0.7 |
| Hex | FC | 65 | FE | 1 | 3C | 0 | 0 | 12B | 63 | 46 |
| Octal | 374 | 145 | 376 | 1 | 74 | 0 | 0 | 453 | 143 | 106 |
| Binary | 11111100 | 1100101 | 11111110 | 1 | 111100 | 0 | 0 | 100101011 | 1100011 | 1000110 |
Color Harmonies of #FC65FE
Complementary color
Monochromatic Colors of #FC65FE
Black with #FC65FE
Text Example
Text Example
White with #FC65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65FE; }
p { color: rgb(252,101,254); }
H1.HeaderClassName
{
color: #FC65FE;
}
.AnyTagClassName
{
color: #FC65FE;
}
</style>
background-color css
<style>
a { background-color: #FC65FE; }
a { background-color: rgb(252,101,254); }
div.DivClassName
{
background-color: #FC65FE;
}
.BgClassName
{
background-color: #FC65FE;
}
</style>
border-color css
<style>
span { border-color: #FC65FE; }
span { border-color: rgb(252,101,254); }
td.TdClassName
{
border-color: #FC65FE;
}
.TagClassName
{
border-color: #FC65FE;
}
</style>