Shades of Pink Flamingo #FD42FF
Tints of Pink Flamingo #FD42FF
RGB
CMYK
RGB Variations
Color information
#FD42FF (or 0xFD42FF) is known color: Pink Flamingo. HEX triplet: FD, 42 and FF. RGB value is (253,66,255). Sum of RGB (Red+Green+Blue) = 253+66+255=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 66 (26.17% from 255 or 11.50% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42FF is #02BD00. Grayscale: #8E8E8E. Windows color (decimal): -179457 or 16728829. OLE color: 16728829.
HSL color Cylindrical-coordinate representation of color #FD42FF: hue angle of 299.37º 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 #FD42FF is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 66 | 255 | - |
| CMYK | 0.01 | 0.74 | 0 | 0 |
| HSL | 299.37º | 1% | 0.63% | - |
| HSV(B) | 299.37º | 0.74% | 1% | - |
| XYZ | 60.51 | 32 | 97.6 | - |
| YUV | 143.46 | 190.95 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 255 | 0.01 | 0.74 | 0 | 0 | 299.37 | 1 | 0.63 |
| Hex | FD | 42 | FF | 1 | 4A | 0 | 0 | 12B | 64 | 3F |
| Octal | 375 | 102 | 377 | 1 | 112 | 0 | 0 | 453 | 144 | 77 |
| Binary | 11111101 | 1000010 | 11111111 | 1 | 1001010 | 0 | 0 | 100101011 | 1100100 | 111111 |
Color Harmonies of #FD42FF
Complementary color
Monochromatic Colors of #FD42FF
Black with #FD42FF
Text Example
Text Example
White with #FD42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD42FF; }
p { color: rgb(253,66,255); }
H1.HeaderClassName
{
color: #FD42FF;
}
.AnyTagClassName
{
color: #FD42FF;
}
</style>
background-color css
<style>
a { background-color: #FD42FF; }
a { background-color: rgb(253,66,255); }
div.DivClassName
{
background-color: #FD42FF;
}
.BgClassName
{
background-color: #FD42FF;
}
</style>
border-color css
<style>
span { border-color: #FD42FF; }
span { border-color: rgb(253,66,255); }
td.TdClassName
{
border-color: #FD42FF;
}
.TagClassName
{
border-color: #FD42FF;
}
</style>