Shades of Pink Flamingo #F962FF
Tints of Pink Flamingo #F962FF
RGB
CMYK
RGB Variations
Color information
#F962FF (or 0xF962FF) is known color: Pink Flamingo. HEX triplet: F9, 62 and FF. RGB value is (249,98,255). Sum of RGB (Red+Green+Blue) = 249+98+255=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 98 (38.67% from 255 or 16.28% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F962FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F962FF is #069D00. Grayscale: #A0A0A0. Windows color (decimal): -433409 or 16737017. OLE color: 16737017.
HSL color Cylindrical-coordinate representation of color #F962FF: hue angle of 297.71º 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 #F962FF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 98 | 255 | - |
| CMYK | 0.02 | 0.62 | 0 | 0 |
| HSL | 297.71º | 1% | 0.69% | - |
| HSV(B) | 297.71º | 0.62% | 1% | - |
| XYZ | 61.48 | 36.1 | 98.33 | - |
| YUV | 161.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 255 | 0.02 | 0.62 | 0 | 0 | 297.71 | 1 | 0.69 |
| Hex | F9 | 62 | FF | 2 | 3E | 0 | 0 | 12A | 64 | 45 |
| Octal | 371 | 142 | 377 | 2 | 76 | 0 | 0 | 452 | 144 | 105 |
| Binary | 11111001 | 1100010 | 11111111 | 10 | 111110 | 0 | 0 | 100101010 | 1100100 | 1000101 |
Color Harmonies of #F962FF
Complementary color
Monochromatic Colors of #F962FF
Black with #F962FF
Text Example
Text Example
White with #F962FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962FF; }
p { color: rgb(249,98,255); }
H1.HeaderClassName
{
color: #F962FF;
}
.AnyTagClassName
{
color: #F962FF;
}
</style>
background-color css
<style>
a { background-color: #F962FF; }
a { background-color: rgb(249,98,255); }
div.DivClassName
{
background-color: #F962FF;
}
.BgClassName
{
background-color: #F962FF;
}
</style>
border-color css
<style>
span { border-color: #F962FF; }
span { border-color: rgb(249,98,255); }
td.TdClassName
{
border-color: #F962FF;
}
.TagClassName
{
border-color: #F962FF;
}
</style>