Shades of Pink Flamingo #FF42FC
Tints of Pink Flamingo #FF42FC
RGB
CMYK
RGB Variations
Color information
#FF42FC (or 0xFF42FC) is known color: Pink Flamingo. HEX triplet: FF, 42 and FC. RGB value is (255,66,252). Sum of RGB (Red+Green+Blue) = 255+66+252=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 66 (26.17% from 255 or 11.52% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF42FC is #00BD03. Grayscale: #8F8F8F. Windows color (decimal): -48388 or 16532223. OLE color: 16532223.
HSL color Cylindrical-coordinate representation of color #FF42FC: hue angle of 300.95º 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 #FF42FC is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 252 | - |
| CMYK | 0 | 0.74 | 0.01 | 0 |
| HSL | 300.95º | 1% | 0.63% | - |
| HSV(B) | 300.95º | 0.74% | 1% | - |
| XYZ | 60.76 | 32.18 | 95.11 | - |
| YUV | 143.72 | 189.12 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 252 | 0 | 0.74 | 0.01 | 0 | 300.95 | 1 | 0.63 |
| Hex | FF | 42 | FC | 0 | 4A | 1 | 0 | 12D | 64 | 3F |
| Octal | 377 | 102 | 374 | 0 | 112 | 1 | 0 | 455 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11111100 | 0 | 1001010 | 1 | 0 | 100101101 | 1100100 | 111111 |
Color Harmonies of #FF42FC
Complementary color
Monochromatic Colors of #FF42FC
Black with #FF42FC
Text Example
Text Example
White with #FF42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42FC; }
p { color: rgb(255,66,252); }
H1.HeaderClassName
{
color: #FF42FC;
}
.AnyTagClassName
{
color: #FF42FC;
}
</style>
background-color css
<style>
a { background-color: #FF42FC; }
a { background-color: rgb(255,66,252); }
div.DivClassName
{
background-color: #FF42FC;
}
.BgClassName
{
background-color: #FF42FC;
}
</style>
border-color css
<style>
span { border-color: #FF42FC; }
span { border-color: rgb(255,66,252); }
td.TdClassName
{
border-color: #FF42FC;
}
.TagClassName
{
border-color: #FF42FC;
}
</style>