Shades of Pink Flamingo #FE42FC
Tints of Pink Flamingo #FE42FC
RGB
CMYK
RGB Variations
Color information
#FE42FC (or 0xFE42FC) is known color: Pink Flamingo. HEX triplet: FE, 42 and FC. RGB value is (254,66,252). Sum of RGB (Red+Green+Blue) = 254+66+252=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 66 (26.17% from 255 or 11.54% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE42FC is #01BD03. Grayscale: #8E8E8E. Windows color (decimal): -113924 or 16532222. OLE color: 16532222.
HSL color Cylindrical-coordinate representation of color #FE42FC: hue angle of 300.64º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE42FC is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 252 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.00 |
| HSL | 300.64º | 0.99% | 0.63% | - |
| HSV(B) | 300.64º | 0.74% | 1% | - |
| XYZ | 60.39 | 32 | 95.09 | - |
| YUV | 143.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 252 | 0 | 0.74 | 0.01 | 0.00 | 300.64 | 0.99 | 0.63 |
| Hex | FE | 42 | FC | 0 | 4A | 1 | 0 | 12D | 63 | 3F |
| Octal | 376 | 102 | 374 | 0 | 112 | 1 | 0 | 455 | 143 | 77 |
| Binary | 11111110 | 1000010 | 11111100 | 0 | 1001010 | 1 | 0 | 100101101 | 1100011 | 111111 |
Color Harmonies of #FE42FC
Complementary color
Monochromatic Colors of #FE42FC
Black with #FE42FC
Text Example
Text Example
White with #FE42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42FC; }
p { color: rgb(254,66,252); }
H1.HeaderClassName
{
color: #FE42FC;
}
.AnyTagClassName
{
color: #FE42FC;
}
</style>
background-color css
<style>
a { background-color: #FE42FC; }
a { background-color: rgb(254,66,252); }
div.DivClassName
{
background-color: #FE42FC;
}
.BgClassName
{
background-color: #FE42FC;
}
</style>
border-color css
<style>
span { border-color: #FE42FC; }
span { border-color: rgb(254,66,252); }
td.TdClassName
{
border-color: #FE42FC;
}
.TagClassName
{
border-color: #FE42FC;
}
</style>