Shades of Pink Flamingo #FF42FF
Tints of Pink Flamingo #FF42FF
RGB
CMYK
RGB Variations
Color information
#FF42FF (or 0xFF42FF) is known color: Pink Flamingo. HEX triplet: FF, 42 and FF. RGB value is (255,66,255). Sum of RGB (Red+Green+Blue) = 255+66+255=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 66 (26.17% from 255 or 11.46% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF42FF is #00BD00. Grayscale: #8F8F8F. Windows color (decimal): -48385 or 16728831. OLE color: 16728831.
HSL color Cylindrical-coordinate representation of color #FF42FF: hue angle of 300º 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 #FF42FF is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 255 | - |
| CMYK | 0 | 0.74 | 0 | 0 |
| HSL | 300º | 1% | 0.63% | - |
| HSV(B) | 300º | 0.74% | 1% | - |
| XYZ | 61.24 | 32.38 | 97.63 | - |
| YUV | 144.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 255 | 0 | 0.74 | 0 | 0 | 300 | 1 | 0.63 |
| Hex | FF | 42 | FF | 0 | 4A | 0 | 0 | 12C | 64 | 3F |
| Octal | 377 | 102 | 377 | 0 | 112 | 0 | 0 | 454 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11111111 | 0 | 1001010 | 0 | 0 | 100101100 | 1100100 | 111111 |
Color Harmonies of #FF42FF
Complementary color
Monochromatic Colors of #FF42FF
Black with #FF42FF
Text Example
Text Example
White with #FF42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42FF; }
p { color: rgb(255,66,255); }
H1.HeaderClassName
{
color: #FF42FF;
}
.AnyTagClassName
{
color: #FF42FF;
}
</style>
background-color css
<style>
a { background-color: #FF42FF; }
a { background-color: rgb(255,66,255); }
div.DivClassName
{
background-color: #FF42FF;
}
.BgClassName
{
background-color: #FF42FF;
}
</style>
border-color css
<style>
span { border-color: #FF42FF; }
span { border-color: rgb(255,66,255); }
td.TdClassName
{
border-color: #FF42FF;
}
.TagClassName
{
border-color: #FF42FF;
}
</style>