Shades of Pink Flamingo #F153FE
Tints of Pink Flamingo #F153FE
RGB
CMYK
RGB Variations
Color information
#F153FE (or 0xF153FE) is known color: Pink Flamingo. HEX triplet: F1, 53 and FE. RGB value is (241,83,254). Sum of RGB (Red+Green+Blue) = 241+83+254=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 83 (32.81% from 255 or 14.36% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #F153FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153FE is #0EAC01. Grayscale: #959595. Windows color (decimal): -961538 or 16667633. OLE color: 16667633.
HSL color Cylindrical-coordinate representation of color #F153FE: hue angle of 295.44º 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 #F153FE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 83 | 254 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.00 |
| HSL | 295.44º | 0.99% | 0.66% | - |
| HSV(B) | 295.44º | 0.67% | 1% | - |
| XYZ | 57.26 | 32.04 | 96.93 | - |
| YUV | 149.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 254 | 0.05 | 0.67 | 0 | 0.00 | 295.44 | 0.99 | 0.66 |
| Hex | F1 | 53 | FE | 5 | 43 | 0 | 0 | 127 | 63 | 42 |
| Octal | 361 | 123 | 376 | 5 | 103 | 0 | 0 | 447 | 143 | 102 |
| Binary | 11110001 | 1010011 | 11111110 | 101 | 1000011 | 0 | 0 | 100100111 | 1100011 | 1000010 |
Color Harmonies of #F153FE
Complementary color
Monochromatic Colors of #F153FE
Black with #F153FE
Text Example
Text Example
White with #F153FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153FE; }
p { color: rgb(241,83,254); }
H1.HeaderClassName
{
color: #F153FE;
}
.AnyTagClassName
{
color: #F153FE;
}
</style>
background-color css
<style>
a { background-color: #F153FE; }
a { background-color: rgb(241,83,254); }
div.DivClassName
{
background-color: #F153FE;
}
.BgClassName
{
background-color: #F153FE;
}
</style>
border-color css
<style>
span { border-color: #F153FE; }
span { border-color: rgb(241,83,254); }
td.TdClassName
{
border-color: #F153FE;
}
.TagClassName
{
border-color: #F153FE;
}
</style>