Shades of Pink Flamingo #F253FE
Tints of Pink Flamingo #F253FE
RGB
CMYK
RGB Variations
Color information
#F253FE (or 0xF253FE) is known color: Pink Flamingo. HEX triplet: F2, 53 and FE. RGB value is (242,83,254). Sum of RGB (Red+Green+Blue) = 242+83+254=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 83 (32.81% from 255 or 14.34% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F253FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253FE is #0DAC01. Grayscale: #959595. Windows color (decimal): -896002 or 16667634. OLE color: 16667634.
HSL color Cylindrical-coordinate representation of color #F253FE: hue angle of 295.79º 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 #F253FE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 83 | 254 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.00 |
| HSL | 295.79º | 0.99% | 0.66% | - |
| HSV(B) | 295.79º | 0.67% | 1% | - |
| XYZ | 57.6 | 32.22 | 96.95 | - |
| YUV | 150.04 | 186.68 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 254 | 0.05 | 0.67 | 0 | 0.00 | 295.79 | 0.99 | 0.66 |
| Hex | F2 | 53 | FE | 5 | 43 | 0 | 0 | 128 | 63 | 42 |
| Octal | 362 | 123 | 376 | 5 | 103 | 0 | 0 | 450 | 143 | 102 |
| Binary | 11110010 | 1010011 | 11111110 | 101 | 1000011 | 0 | 0 | 100101000 | 1100011 | 1000010 |
Color Harmonies of #F253FE
Complementary color
Monochromatic Colors of #F253FE
Black with #F253FE
Text Example
Text Example
White with #F253FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253FE; }
p { color: rgb(242,83,254); }
H1.HeaderClassName
{
color: #F253FE;
}
.AnyTagClassName
{
color: #F253FE;
}
</style>
background-color css
<style>
a { background-color: #F253FE; }
a { background-color: rgb(242,83,254); }
div.DivClassName
{
background-color: #F253FE;
}
.BgClassName
{
background-color: #F253FE;
}
</style>
border-color css
<style>
span { border-color: #F253FE; }
span { border-color: rgb(242,83,254); }
td.TdClassName
{
border-color: #F253FE;
}
.TagClassName
{
border-color: #F253FE;
}
</style>