Shades of Pink Flamingo #F95CEA
Tints of Pink Flamingo #F95CEA
RGB
CMYK
RGB Variations
Color information
#F95CEA (or 0xF95CEA) is known color: Pink Flamingo. HEX triplet: F9, 5C and EA. RGB value is (249,92,234). Sum of RGB (Red+Green+Blue) = 249+92+234=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95CEA is #06A315. Grayscale: #9A9A9A. Windows color (decimal): -434966 or 15359225. OLE color: 15359225.
HSL color Cylindrical-coordinate representation of color #F95CEA: hue angle of 305.73º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95CEA is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 234 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.02 |
| HSL | 305.73º | 0.93% | 0.67% | - |
| HSV(B) | 305.73º | 0.63% | 0.98% | - |
| XYZ | 57.75 | 33.73 | 81.31 | - |
| YUV | 155.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 234 | 0 | 0.63 | 0.06 | 0.02 | 305.73 | 0.93 | 0.67 |
| Hex | F9 | 5C | EA | 0 | 3F | 6 | 2 | 132 | 5D | 43 |
| Octal | 371 | 134 | 352 | 0 | 77 | 6 | 2 | 462 | 135 | 103 |
| Binary | 11111001 | 1011100 | 11101010 | 0 | 111111 | 110 | 10 | 100110010 | 1011101 | 1000011 |
Color Harmonies of #F95CEA
Complementary color
Monochromatic Colors of #F95CEA
Black with #F95CEA
Text Example
Text Example
White with #F95CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95CEA; }
p { color: rgb(249,92,234); }
H1.HeaderClassName
{
color: #F95CEA;
}
.AnyTagClassName
{
color: #F95CEA;
}
</style>
background-color css
<style>
a { background-color: #F95CEA; }
a { background-color: rgb(249,92,234); }
div.DivClassName
{
background-color: #F95CEA;
}
.BgClassName
{
background-color: #F95CEA;
}
</style>
border-color css
<style>
span { border-color: #F95CEA; }
span { border-color: rgb(249,92,234); }
td.TdClassName
{
border-color: #F95CEA;
}
.TagClassName
{
border-color: #F95CEA;
}
</style>