Shades of Pink Flamingo #F553FE
Tints of Pink Flamingo #F553FE
RGB
CMYK
RGB Variations
Color information
#F553FE (or 0xF553FE) is known color: Pink Flamingo. HEX triplet: F5, 53 and FE. RGB value is (245,83,254). Sum of RGB (Red+Green+Blue) = 245+83+254=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 83 (32.81% from 255 or 14.26% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #F553FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553FE is #0AAC01. Grayscale: #969696. Windows color (decimal): -699394 or 16667637. OLE color: 16667637.
HSL color Cylindrical-coordinate representation of color #F553FE: hue angle of 296.84º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F553FE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 83 | 254 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.00 |
| HSL | 296.84º | 0.99% | 0.66% | - |
| HSV(B) | 296.84º | 0.67% | 1% | - |
| XYZ | 58.64 | 32.75 | 97 | - |
| YUV | 150.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 254 | 0.04 | 0.67 | 0 | 0.00 | 296.84 | 0.99 | 0.66 |
| Hex | F5 | 53 | FE | 4 | 43 | 0 | 0 | 129 | 63 | 42 |
| Octal | 365 | 123 | 376 | 4 | 103 | 0 | 0 | 451 | 143 | 102 |
| Binary | 11110101 | 1010011 | 11111110 | 100 | 1000011 | 0 | 0 | 100101001 | 1100011 | 1000010 |
Color Harmonies of #F553FE
Complementary color
Monochromatic Colors of #F553FE
Black with #F553FE
Text Example
Text Example
White with #F553FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553FE; }
p { color: rgb(245,83,254); }
H1.HeaderClassName
{
color: #F553FE;
}
.AnyTagClassName
{
color: #F553FE;
}
</style>
background-color css
<style>
a { background-color: #F553FE; }
a { background-color: rgb(245,83,254); }
div.DivClassName
{
background-color: #F553FE;
}
.BgClassName
{
background-color: #F553FE;
}
</style>
border-color css
<style>
span { border-color: #F553FE; }
span { border-color: rgb(245,83,254); }
td.TdClassName
{
border-color: #F553FE;
}
.TagClassName
{
border-color: #F553FE;
}
</style>