Shades of Pink Flamingo #F452FF
Tints of Pink Flamingo #F452FF
RGB
CMYK
RGB Variations
Color information
#F452FF (or 0xF452FF) is known color: Pink Flamingo. HEX triplet: F4, 52 and FF. RGB value is (244,82,255). Sum of RGB (Red+Green+Blue) = 244+82+255=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 82 (32.42% from 255 or 14.11% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F452FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F452FF is #0BAD00. Grayscale: #959595. Windows color (decimal): -765185 or 16732916. OLE color: 16732916.
HSL color Cylindrical-coordinate representation of color #F452FF: hue angle of 296.18º 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 #F452FF is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 82 | 255 | - |
| CMYK | 0.04 | 0.68 | 0 | 0 |
| HSL | 296.19º | 1% | 0.66% | - |
| HSV(B) | 296.19º | 0.68% | 1% | - |
| XYZ | 58.38 | 32.49 | 97.8 | - |
| YUV | 150.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 255 | 0.04 | 0.68 | 0 | 0 | 296.19 | 1 | 0.66 |
| Hex | F4 | 52 | FF | 4 | 44 | 0 | 0 | 128 | 64 | 42 |
| Octal | 364 | 122 | 377 | 4 | 104 | 0 | 0 | 450 | 144 | 102 |
| Binary | 11110100 | 1010010 | 11111111 | 100 | 1000100 | 0 | 0 | 100101000 | 1100100 | 1000010 |
Color Harmonies of #F452FF
Complementary color
Monochromatic Colors of #F452FF
Black with #F452FF
Text Example
Text Example
White with #F452FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F452FF; }
p { color: rgb(244,82,255); }
H1.HeaderClassName
{
color: #F452FF;
}
.AnyTagClassName
{
color: #F452FF;
}
</style>
background-color css
<style>
a { background-color: #F452FF; }
a { background-color: rgb(244,82,255); }
div.DivClassName
{
background-color: #F452FF;
}
.BgClassName
{
background-color: #F452FF;
}
</style>
border-color css
<style>
span { border-color: #F452FF; }
span { border-color: rgb(244,82,255); }
td.TdClassName
{
border-color: #F452FF;
}
.TagClassName
{
border-color: #F452FF;
}
</style>