Shades of Pink Flamingo #F254FE
Tints of Pink Flamingo #F254FE
RGB
CMYK
RGB Variations
Color information
#F254FE (or 0xF254FE) is known color: Pink Flamingo. HEX triplet: F2, 54 and FE. RGB value is (242,84,254). Sum of RGB (Red+Green+Blue) = 242+84+254=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 84 (33.20% from 255 or 14.48% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F254FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F254FE is #0DAB01. Grayscale: #969696. Windows color (decimal): -895746 or 16667890. OLE color: 16667890.
HSL color Cylindrical-coordinate representation of color #F254FE: hue angle of 295.76º 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 #F254FE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 84 | 254 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.00 |
| HSL | 295.76º | 0.99% | 0.66% | - |
| HSV(B) | 295.76º | 0.67% | 1% | - |
| XYZ | 57.68 | 32.37 | 96.97 | - |
| YUV | 150.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 254 | 0.05 | 0.67 | 0 | 0.00 | 295.76 | 0.99 | 0.66 |
| Hex | F2 | 54 | FE | 5 | 43 | 0 | 0 | 128 | 63 | 42 |
| Octal | 362 | 124 | 376 | 5 | 103 | 0 | 0 | 450 | 143 | 102 |
| Binary | 11110010 | 1010100 | 11111110 | 101 | 1000011 | 0 | 0 | 100101000 | 1100011 | 1000010 |
Color Harmonies of #F254FE
Complementary color
Monochromatic Colors of #F254FE
Black with #F254FE
Text Example
Text Example
White with #F254FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254FE; }
p { color: rgb(242,84,254); }
H1.HeaderClassName
{
color: #F254FE;
}
.AnyTagClassName
{
color: #F254FE;
}
</style>
background-color css
<style>
a { background-color: #F254FE; }
a { background-color: rgb(242,84,254); }
div.DivClassName
{
background-color: #F254FE;
}
.BgClassName
{
background-color: #F254FE;
}
</style>
border-color css
<style>
span { border-color: #F254FE; }
span { border-color: rgb(242,84,254); }
td.TdClassName
{
border-color: #F254FE;
}
.TagClassName
{
border-color: #F254FE;
}
</style>