Shades of Pink Flamingo #FF62FA
Tints of Pink Flamingo #FF62FA
RGB
CMYK
RGB Variations
Color information
#FF62FA (or 0xFF62FA) is known color: Pink Flamingo. HEX triplet: FF, 62 and FA. RGB value is (255,98,250). Sum of RGB (Red+Green+Blue) = 255+98+250=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 98 (38.67% from 255 or 16.25% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF62FA is #009D05. Grayscale: #A1A1A1. Windows color (decimal): -40198 or 16409343. OLE color: 16409343.
HSL color Cylindrical-coordinate representation of color #FF62FA: hue angle of 301.91º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF62FA is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 250 | - |
| CMYK | 0 | 0.62 | 0.02 | 0 |
| HSL | 301.91º | 1% | 0.69% | - |
| HSV(B) | 301.91º | 0.62% | 1% | - |
| XYZ | 62.86 | 36.9 | 94.25 | - |
| YUV | 162.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 250 | 0 | 0.62 | 0.02 | 0 | 301.91 | 1 | 0.69 |
| Hex | FF | 62 | FA | 0 | 3E | 2 | 0 | 12E | 64 | 45 |
| Octal | 377 | 142 | 372 | 0 | 76 | 2 | 0 | 456 | 144 | 105 |
| Binary | 11111111 | 1100010 | 11111010 | 0 | 111110 | 10 | 0 | 100101110 | 1100100 | 1000101 |
Color Harmonies of #FF62FA
Complementary color
Monochromatic Colors of #FF62FA
Black with #FF62FA
Text Example
Text Example
White with #FF62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62FA; }
p { color: rgb(255,98,250); }
H1.HeaderClassName
{
color: #FF62FA;
}
.AnyTagClassName
{
color: #FF62FA;
}
</style>
background-color css
<style>
a { background-color: #FF62FA; }
a { background-color: rgb(255,98,250); }
div.DivClassName
{
background-color: #FF62FA;
}
.BgClassName
{
background-color: #FF62FA;
}
</style>
border-color css
<style>
span { border-color: #FF62FA; }
span { border-color: rgb(255,98,250); }
td.TdClassName
{
border-color: #FF62FA;
}
.TagClassName
{
border-color: #FF62FA;
}
</style>