Shades of Pink Flamingo #FE42FF
Tints of Pink Flamingo #FE42FF
RGB
CMYK
RGB Variations
Color information
#FE42FF (or 0xFE42FF) is known color: Pink Flamingo. HEX triplet: FE, 42 and FF. RGB value is (254,66,255). Sum of RGB (Red+Green+Blue) = 254+66+255=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 66 (26.17% from 255 or 11.48% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE42FF is #01BD00. Grayscale: #8F8F8F. Windows color (decimal): -113921 or 16728830. OLE color: 16728830.
HSL color Cylindrical-coordinate representation of color #FE42FF: hue angle of 299.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE42FF is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 66 | 255 | - |
| CMYK | 0.00 | 0.74 | 0 | 0 |
| HSL | 299.68º | 1% | 0.63% | - |
| HSV(B) | 299.68º | 0.74% | 1% | - |
| XYZ | 60.87 | 32.19 | 97.61 | - |
| YUV | 143.76 | 190.78 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 255 | 0.00 | 0.74 | 0 | 0 | 299.68 | 1 | 0.63 |
| Hex | FE | 42 | FF | 0 | 4A | 0 | 0 | 12C | 64 | 3F |
| Octal | 376 | 102 | 377 | 0 | 112 | 0 | 0 | 454 | 144 | 77 |
| Binary | 11111110 | 1000010 | 11111111 | 0 | 1001010 | 0 | 0 | 100101100 | 1100100 | 111111 |
Color Harmonies of #FE42FF
Complementary color
Monochromatic Colors of #FE42FF
Black with #FE42FF
Text Example
Text Example
White with #FE42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42FF; }
p { color: rgb(254,66,255); }
H1.HeaderClassName
{
color: #FE42FF;
}
.AnyTagClassName
{
color: #FE42FF;
}
</style>
background-color css
<style>
a { background-color: #FE42FF; }
a { background-color: rgb(254,66,255); }
div.DivClassName
{
background-color: #FE42FF;
}
.BgClassName
{
background-color: #FE42FF;
}
</style>
border-color css
<style>
span { border-color: #FE42FF; }
span { border-color: rgb(254,66,255); }
td.TdClassName
{
border-color: #FE42FF;
}
.TagClassName
{
border-color: #FE42FF;
}
</style>