Shades of Pink Flamingo #F652FE
Tints of Pink Flamingo #F652FE
RGB
CMYK
RGB Variations
Color information
#F652FE (or 0xF652FE) is known color: Pink Flamingo. HEX triplet: F6, 52 and FE. RGB value is (246,82,254). Sum of RGB (Red+Green+Blue) = 246+82+254=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 82 (32.42% from 255 or 14.09% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #F652FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F652FE is #09AD01. Grayscale: #969696. Windows color (decimal): -634114 or 16667382. OLE color: 16667382.
HSL color Cylindrical-coordinate representation of color #F652FE: hue angle of 297.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F652FE is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 82 | 254 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.00 |
| HSL | 297.21º | 0.99% | 0.66% | - |
| HSV(B) | 297.21º | 0.68% | 1% | - |
| XYZ | 58.91 | 32.78 | 96.99 | - |
| YUV | 150.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 254 | 0.03 | 0.68 | 0 | 0.00 | 297.21 | 0.99 | 0.66 |
| Hex | F6 | 52 | FE | 3 | 44 | 0 | 0 | 129 | 63 | 42 |
| Octal | 366 | 122 | 376 | 3 | 104 | 0 | 0 | 451 | 143 | 102 |
| Binary | 11110110 | 1010010 | 11111110 | 11 | 1000100 | 0 | 0 | 100101001 | 1100011 | 1000010 |
Color Harmonies of #F652FE
Complementary color
Monochromatic Colors of #F652FE
Black with #F652FE
Text Example
Text Example
White with #F652FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652FE; }
p { color: rgb(246,82,254); }
H1.HeaderClassName
{
color: #F652FE;
}
.AnyTagClassName
{
color: #F652FE;
}
</style>
background-color css
<style>
a { background-color: #F652FE; }
a { background-color: rgb(246,82,254); }
div.DivClassName
{
background-color: #F652FE;
}
.BgClassName
{
background-color: #F652FE;
}
</style>
border-color css
<style>
span { border-color: #F652FE; }
span { border-color: rgb(246,82,254); }
td.TdClassName
{
border-color: #F652FE;
}
.TagClassName
{
border-color: #F652FE;
}
</style>