Shades of Pink Flamingo #F453FF
Tints of Pink Flamingo #F453FF
RGB
CMYK
RGB Variations
Color information
#F453FF (or 0xF453FF) is known color: Pink Flamingo. HEX triplet: F4, 53 and FF. RGB value is (244,83,255). Sum of RGB (Red+Green+Blue) = 244+83+255=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 83 (32.81% from 255 or 14.26% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #F453FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F453FF is #0BAC00. Grayscale: #969696. Windows color (decimal): -764929 or 16733172. OLE color: 16733172.
HSL color Cylindrical-coordinate representation of color #F453FF: hue angle of 296.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F453FF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 83 | 255 | - |
| CMYK | 0.04 | 0.67 | 0 | 0 |
| HSL | 296.16º | 1% | 0.66% | - |
| HSV(B) | 296.16º | 0.67% | 1% | - |
| XYZ | 58.45 | 32.64 | 97.83 | - |
| YUV | 150.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 255 | 0.04 | 0.67 | 0 | 0 | 296.16 | 1 | 0.66 |
| Hex | F4 | 53 | FF | 4 | 43 | 0 | 0 | 128 | 64 | 42 |
| Octal | 364 | 123 | 377 | 4 | 103 | 0 | 0 | 450 | 144 | 102 |
| Binary | 11110100 | 1010011 | 11111111 | 100 | 1000011 | 0 | 0 | 100101000 | 1100100 | 1000010 |
Color Harmonies of #F453FF
Complementary color
Monochromatic Colors of #F453FF
Black with #F453FF
Text Example
Text Example
White with #F453FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453FF; }
p { color: rgb(244,83,255); }
H1.HeaderClassName
{
color: #F453FF;
}
.AnyTagClassName
{
color: #F453FF;
}
</style>
background-color css
<style>
a { background-color: #F453FF; }
a { background-color: rgb(244,83,255); }
div.DivClassName
{
background-color: #F453FF;
}
.BgClassName
{
background-color: #F453FF;
}
</style>
border-color css
<style>
span { border-color: #F453FF; }
span { border-color: rgb(244,83,255); }
td.TdClassName
{
border-color: #F453FF;
}
.TagClassName
{
border-color: #F453FF;
}
</style>