Shades of Pink Flamingo #FE42FB
Tints of Pink Flamingo #FE42FB
RGB
CMYK
RGB Variations
Color information
#FE42FB (or 0xFE42FB) is known color: Pink Flamingo. HEX triplet: FE, 42 and FB. RGB value is (254,66,251). Sum of RGB (Red+Green+Blue) = 254+66+251=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 66 (26.17% from 255 or 11.56% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE42FB is #01BD04. Grayscale: #8E8E8E. Windows color (decimal): -113925 or 16466686. OLE color: 16466686.
HSL color Cylindrical-coordinate representation of color #FE42FB: hue angle of 300.96º 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 #FE42FB is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 251 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.00 |
| HSL | 300.96º | 0.99% | 0.63% | - |
| HSV(B) | 300.96º | 0.74% | 1% | - |
| XYZ | 60.23 | 31.93 | 94.26 | - |
| YUV | 143.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 251 | 0 | 0.74 | 0.01 | 0.00 | 300.96 | 0.99 | 0.63 |
| Hex | FE | 42 | FB | 0 | 4A | 1 | 0 | 12D | 63 | 3F |
| Octal | 376 | 102 | 373 | 0 | 112 | 1 | 0 | 455 | 143 | 77 |
| Binary | 11111110 | 1000010 | 11111011 | 0 | 1001010 | 1 | 0 | 100101101 | 1100011 | 111111 |
Color Harmonies of #FE42FB
Complementary color
Monochromatic Colors of #FE42FB
Black with #FE42FB
Text Example
Text Example
White with #FE42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42FB; }
p { color: rgb(254,66,251); }
H1.HeaderClassName
{
color: #FE42FB;
}
.AnyTagClassName
{
color: #FE42FB;
}
</style>
background-color css
<style>
a { background-color: #FE42FB; }
a { background-color: rgb(254,66,251); }
div.DivClassName
{
background-color: #FE42FB;
}
.BgClassName
{
background-color: #FE42FB;
}
</style>
border-color css
<style>
span { border-color: #FE42FB; }
span { border-color: rgb(254,66,251); }
td.TdClassName
{
border-color: #FE42FB;
}
.TagClassName
{
border-color: #FE42FB;
}
</style>