Shades of Pink Flamingo #F652FA
Tints of Pink Flamingo #F652FA
RGB
CMYK
RGB Variations
Color information
#F652FA (or 0xF652FA) is known color: Pink Flamingo. HEX triplet: F6, 52 and FA. RGB value is (246,82,250). Sum of RGB (Red+Green+Blue) = 246+82+250=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 82 (32.42% from 255 or 14.19% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #F652FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F652FA is #09AD05. Grayscale: #959595. Windows color (decimal): -634118 or 16405238. OLE color: 16405238.
HSL color Cylindrical-coordinate representation of color #F652FA: hue angle of 298.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F652FA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 82 | 250 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.02 |
| HSL | 298.57º | 0.94% | 0.65% | - |
| HSV(B) | 298.57º | 0.67% | 0.98% | - |
| XYZ | 58.28 | 32.53 | 93.65 | - |
| YUV | 150.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 250 | 0.02 | 0.67 | 0 | 0.02 | 298.57 | 0.94 | 0.65 |
| Hex | F6 | 52 | FA | 2 | 43 | 0 | 2 | 12B | 5E | 41 |
| Octal | 366 | 122 | 372 | 2 | 103 | 0 | 2 | 453 | 136 | 101 |
| Binary | 11110110 | 1010010 | 11111010 | 10 | 1000011 | 0 | 10 | 100101011 | 1011110 | 1000001 |
Color Harmonies of #F652FA
Complementary color
Monochromatic Colors of #F652FA
Black with #F652FA
Text Example
Text Example
White with #F652FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652FA; }
p { color: rgb(246,82,250); }
H1.HeaderClassName
{
color: #F652FA;
}
.AnyTagClassName
{
color: #F652FA;
}
</style>
background-color css
<style>
a { background-color: #F652FA; }
a { background-color: rgb(246,82,250); }
div.DivClassName
{
background-color: #F652FA;
}
.BgClassName
{
background-color: #F652FA;
}
</style>
border-color css
<style>
span { border-color: #F652FA; }
span { border-color: rgb(246,82,250); }
td.TdClassName
{
border-color: #F652FA;
}
.TagClassName
{
border-color: #F652FA;
}
</style>