Shades of Pink Flamingo #FA62FF
Tints of Pink Flamingo #FA62FF
RGB
CMYK
RGB Variations
Color information
#FA62FF (or 0xFA62FF) is known color: Pink Flamingo. HEX triplet: FA, 62 and FF. RGB value is (250,98,255). Sum of RGB (Red+Green+Blue) = 250+98+255=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 98 (38.67% from 255 or 16.25% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA62FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA62FF is #059D00. Grayscale: #A0A0A0. Windows color (decimal): -367873 or 16737018. OLE color: 16737018.
HSL color Cylindrical-coordinate representation of color #FA62FF: hue angle of 298.09º 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 #FA62FF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 98 | 255 | - |
| CMYK | 0.02 | 0.62 | 0 | 0 |
| HSL | 298.09º | 1% | 0.69% | - |
| HSV(B) | 298.09º | 0.62% | 1% | - |
| XYZ | 61.84 | 36.28 | 98.35 | - |
| YUV | 161.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 255 | 0.02 | 0.62 | 0 | 0 | 298.09 | 1 | 0.69 |
| Hex | FA | 62 | FF | 2 | 3E | 0 | 0 | 12A | 64 | 45 |
| Octal | 372 | 142 | 377 | 2 | 76 | 0 | 0 | 452 | 144 | 105 |
| Binary | 11111010 | 1100010 | 11111111 | 10 | 111110 | 0 | 0 | 100101010 | 1100100 | 1000101 |
Color Harmonies of #FA62FF
Complementary color
Monochromatic Colors of #FA62FF
Black with #FA62FF
Text Example
Text Example
White with #FA62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA62FF; }
p { color: rgb(250,98,255); }
H1.HeaderClassName
{
color: #FA62FF;
}
.AnyTagClassName
{
color: #FA62FF;
}
</style>
background-color css
<style>
a { background-color: #FA62FF; }
a { background-color: rgb(250,98,255); }
div.DivClassName
{
background-color: #FA62FF;
}
.BgClassName
{
background-color: #FA62FF;
}
</style>
border-color css
<style>
span { border-color: #FA62FF; }
span { border-color: rgb(250,98,255); }
td.TdClassName
{
border-color: #FA62FF;
}
.TagClassName
{
border-color: #FA62FF;
}
</style>