Shades of Pink Flamingo #F963FE
Tints of Pink Flamingo #F963FE
RGB
CMYK
RGB Variations
Color information
#F963FE (or 0xF963FE) is known color: Pink Flamingo. HEX triplet: F9, 63 and FE. RGB value is (249,99,254). Sum of RGB (Red+Green+Blue) = 249+99+254=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 99 (39.06% from 255 or 16.45% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #F963FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963FE is #069C01. Grayscale: #A1A1A1. Windows color (decimal): -433154 or 16671737. OLE color: 16671737.
HSL color Cylindrical-coordinate representation of color #F963FE: hue angle of 298.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F963FE is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 99 | 254 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.00 |
| HSL | 298.06º | 0.99% | 0.69% | - |
| HSV(B) | 298.06º | 0.61% | 1% | - |
| XYZ | 61.42 | 36.22 | 97.52 | - |
| YUV | 161.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 254 | 0.02 | 0.61 | 0 | 0.00 | 298.06 | 0.99 | 0.69 |
| Hex | F9 | 63 | FE | 2 | 3D | 0 | 0 | 12A | 63 | 45 |
| Octal | 371 | 143 | 376 | 2 | 75 | 0 | 0 | 452 | 143 | 105 |
| Binary | 11111001 | 1100011 | 11111110 | 10 | 111101 | 0 | 0 | 100101010 | 1100011 | 1000101 |
Color Harmonies of #F963FE
Complementary color
Monochromatic Colors of #F963FE
Black with #F963FE
Text Example
Text Example
White with #F963FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963FE; }
p { color: rgb(249,99,254); }
H1.HeaderClassName
{
color: #F963FE;
}
.AnyTagClassName
{
color: #F963FE;
}
</style>
background-color css
<style>
a { background-color: #F963FE; }
a { background-color: rgb(249,99,254); }
div.DivClassName
{
background-color: #F963FE;
}
.BgClassName
{
background-color: #F963FE;
}
</style>
border-color css
<style>
span { border-color: #F963FE; }
span { border-color: rgb(249,99,254); }
td.TdClassName
{
border-color: #F963FE;
}
.TagClassName
{
border-color: #F963FE;
}
</style>