Shades of Pink Flamingo #FF62F1
Tints of Pink Flamingo #FF62F1
RGB
CMYK
RGB Variations
Color information
#FF62F1 (or 0xFF62F1) is known color: Pink Flamingo. HEX triplet: FF, 62 and F1. RGB value is (255,98,241). Sum of RGB (Red+Green+Blue) = 255+98+241=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 98 (38.67% from 255 or 16.50% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF62F1 is #009D0E. Grayscale: #A0A0A0. Windows color (decimal): -40207 or 15819519. OLE color: 15819519.
HSL color Cylindrical-coordinate representation of color #FF62F1: hue angle of 305.35º 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 #FF62F1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 241 | - |
| CMYK | 0 | 0.62 | 0.05 | 0 |
| HSL | 305.35º | 1% | 0.69% | - |
| HSV(B) | 305.35º | 0.62% | 1% | - |
| XYZ | 61.48 | 36.35 | 86.99 | - |
| YUV | 161.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 241 | 0 | 0.62 | 0.05 | 0 | 305.35 | 1 | 0.69 |
| Hex | FF | 62 | F1 | 0 | 3E | 5 | 0 | 131 | 64 | 45 |
| Octal | 377 | 142 | 361 | 0 | 76 | 5 | 0 | 461 | 144 | 105 |
| Binary | 11111111 | 1100010 | 11110001 | 0 | 111110 | 101 | 0 | 100110001 | 1100100 | 1000101 |
Color Harmonies of #FF62F1
Complementary color
Monochromatic Colors of #FF62F1
Black with #FF62F1
Text Example
Text Example
White with #FF62F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62F1; }
p { color: rgb(255,98,241); }
H1.HeaderClassName
{
color: #FF62F1;
}
.AnyTagClassName
{
color: #FF62F1;
}
</style>
background-color css
<style>
a { background-color: #FF62F1; }
a { background-color: rgb(255,98,241); }
div.DivClassName
{
background-color: #FF62F1;
}
.BgClassName
{
background-color: #FF62F1;
}
</style>
border-color css
<style>
span { border-color: #FF62F1; }
span { border-color: rgb(255,98,241); }
td.TdClassName
{
border-color: #FF62F1;
}
.TagClassName
{
border-color: #FF62F1;
}
</style>