Shades of Pink Flamingo #F453FA
Tints of Pink Flamingo #F453FA
RGB
CMYK
RGB Variations
Color information
#F453FA (or 0xF453FA) is known color: Pink Flamingo. HEX triplet: F4, 53 and FA. RGB value is (244,83,250). Sum of RGB (Red+Green+Blue) = 244+83+250=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 83 (32.81% from 255 or 14.38% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #F453FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F453FA is #0BAC05. Grayscale: #959595. Windows color (decimal): -764934 or 16405492. OLE color: 16405492.
HSL color Cylindrical-coordinate representation of color #F453FA: hue angle of 297.84º 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 #F453FA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 83 | 250 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.02 |
| HSL | 297.84º | 0.94% | 0.65% | - |
| HSV(B) | 297.84º | 0.67% | 0.98% | - |
| XYZ | 57.66 | 32.32 | 93.64 | - |
| YUV | 150.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 250 | 0.02 | 0.67 | 0 | 0.02 | 297.84 | 0.94 | 0.65 |
| Hex | F4 | 53 | FA | 2 | 43 | 0 | 2 | 12A | 5E | 41 |
| Octal | 364 | 123 | 372 | 2 | 103 | 0 | 2 | 452 | 136 | 101 |
| Binary | 11110100 | 1010011 | 11111010 | 10 | 1000011 | 0 | 10 | 100101010 | 1011110 | 1000001 |
Color Harmonies of #F453FA
Complementary color
Monochromatic Colors of #F453FA
Black with #F453FA
Text Example
Text Example
White with #F453FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453FA; }
p { color: rgb(244,83,250); }
H1.HeaderClassName
{
color: #F453FA;
}
.AnyTagClassName
{
color: #F453FA;
}
</style>
background-color css
<style>
a { background-color: #F453FA; }
a { background-color: rgb(244,83,250); }
div.DivClassName
{
background-color: #F453FA;
}
.BgClassName
{
background-color: #F453FA;
}
</style>
border-color css
<style>
span { border-color: #F453FA; }
span { border-color: rgb(244,83,250); }
td.TdClassName
{
border-color: #F453FA;
}
.TagClassName
{
border-color: #F453FA;
}
</style>