Shades of Pink Flamingo #F252FF
Tints of Pink Flamingo #F252FF
RGB
CMYK
RGB Variations
Color information
#F252FF (or 0xF252FF) is known color: Pink Flamingo. HEX triplet: F2, 52 and FF. RGB value is (242,82,255). Sum of RGB (Red+Green+Blue) = 242+82+255=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 82 (32.42% from 255 or 14.16% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F252FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F252FF is #0DAD00. Grayscale: #959595. Windows color (decimal): -896257 or 16732914. OLE color: 16732914.
HSL color Cylindrical-coordinate representation of color #F252FF: hue angle of 295.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F252FF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 82 | 255 | - |
| CMYK | 0.05 | 0.68 | 0 | 0 |
| HSL | 295.49º | 1% | 0.66% | - |
| HSV(B) | 295.49º | 0.68% | 1% | - |
| XYZ | 57.69 | 32.13 | 97.77 | - |
| YUV | 149.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 255 | 0.05 | 0.68 | 0 | 0 | 295.49 | 1 | 0.66 |
| Hex | F2 | 52 | FF | 5 | 44 | 0 | 0 | 127 | 64 | 42 |
| Octal | 362 | 122 | 377 | 5 | 104 | 0 | 0 | 447 | 144 | 102 |
| Binary | 11110010 | 1010010 | 11111111 | 101 | 1000100 | 0 | 0 | 100100111 | 1100100 | 1000010 |
Color Harmonies of #F252FF
Complementary color
Monochromatic Colors of #F252FF
Black with #F252FF
Text Example
Text Example
White with #F252FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F252FF; }
p { color: rgb(242,82,255); }
H1.HeaderClassName
{
color: #F252FF;
}
.AnyTagClassName
{
color: #F252FF;
}
</style>
background-color css
<style>
a { background-color: #F252FF; }
a { background-color: rgb(242,82,255); }
div.DivClassName
{
background-color: #F252FF;
}
.BgClassName
{
background-color: #F252FF;
}
</style>
border-color css
<style>
span { border-color: #F252FF; }
span { border-color: rgb(242,82,255); }
td.TdClassName
{
border-color: #F252FF;
}
.TagClassName
{
border-color: #F252FF;
}
</style>