Shades of Pink Flamingo #FC38FF
Tints of Pink Flamingo #FC38FF
RGB
CMYK
RGB Variations
Color information
#FC38FF (or 0xFC38FF) is known color: Pink Flamingo. HEX triplet: FC, 38 and FF. RGB value is (252,56,255). Sum of RGB (Red+Green+Blue) = 252+56+255=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 56 (22.27% from 255 or 9.95% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC38FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC38FF is #03C700. Grayscale: #888888. Windows color (decimal): -247553 or 16726268. OLE color: 16726268.
HSL color Cylindrical-coordinate representation of color #FC38FF: hue angle of 299.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC38FF is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 56 | 255 | - |
| CMYK | 0.01 | 0.78 | 0 | 0 |
| HSL | 299.1º | 1% | 0.61% | - |
| HSV(B) | 299.1º | 0.78% | 1% | - |
| XYZ | 59.61 | 30.74 | 97.4 | - |
| YUV | 137.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 255 | 0.01 | 0.78 | 0 | 0 | 299.1 | 1 | 0.61 |
| Hex | FC | 38 | FF | 1 | 4E | 0 | 0 | 12B | 64 | 3D |
| Octal | 374 | 70 | 377 | 1 | 116 | 0 | 0 | 453 | 144 | 75 |
| Binary | 11111100 | 111000 | 11111111 | 1 | 1001110 | 0 | 0 | 100101011 | 1100100 | 111101 |
Color Harmonies of #FC38FF
Complementary color
Monochromatic Colors of #FC38FF
Black with #FC38FF
Text Example
Text Example
White with #FC38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC38FF; }
p { color: rgb(252,56,255); }
H1.HeaderClassName
{
color: #FC38FF;
}
.AnyTagClassName
{
color: #FC38FF;
}
</style>
background-color css
<style>
a { background-color: #FC38FF; }
a { background-color: rgb(252,56,255); }
div.DivClassName
{
background-color: #FC38FF;
}
.BgClassName
{
background-color: #FC38FF;
}
</style>
border-color css
<style>
span { border-color: #FC38FF; }
span { border-color: rgb(252,56,255); }
td.TdClassName
{
border-color: #FC38FF;
}
.TagClassName
{
border-color: #FC38FF;
}
</style>