Shades of Pink Flamingo #F154FB
Tints of Pink Flamingo #F154FB
RGB
CMYK
RGB Variations
Color information
#F154FB (or 0xF154FB) is known color: Pink Flamingo. HEX triplet: F1, 54 and FB. RGB value is (241,84,251). Sum of RGB (Red+Green+Blue) = 241+84+251=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #F154FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154FB is #0EAB04. Grayscale: #959595. Windows color (decimal): -961285 or 16471281. OLE color: 16471281.
HSL color Cylindrical-coordinate representation of color #F154FB: hue angle of 296.41º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F154FB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 84 | 251 | - |
CMYK | 0.04 | 0.67 | 0 | 0.02 |
HSL | 296.41º | 0.95% | 0.66% | - |
HSV(B) | 296.41º | 0.67% | 0.98% | - |
XYZ | 56.86 | 32.01 | 94.45 | - |
YUV | 149.98 | 185.01 | 192.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 84 | 251 | 0.04 | 0.67 | 0 | 0.02 | 296.41 | 0.95 | 0.66 |
Hex | F1 | 54 | FB | 4 | 43 | 0 | 2 | 128 | 5F | 42 |
Octal | 361 | 124 | 373 | 4 | 103 | 0 | 2 | 450 | 137 | 102 |
Binary | 11110001 | 1010100 | 11111011 | 100 | 1000011 | 0 | 10 | 100101000 | 1011111 | 1000010 |
Color Harmonies of #F154FB
Complementary color
Monochromatic Colors of #F154FB
Black with #F154FB
Text Example
Text Example
White with #F154FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154FB; }
p { color: rgb(241,84,251); }
H1.HeaderClassName
{
color: #F154FB;
}
.AnyTagClassName
{
color: #F154FB;
}
</style>
background-color css
<style>
a { background-color: #F154FB; }
a { background-color: rgb(241,84,251); }
div.DivClassName
{
background-color: #F154FB;
}
.BgClassName
{
background-color: #F154FB;
}
</style>
border-color css
<style>
span { border-color: #F154FB; }
span { border-color: rgb(241,84,251); }
td.TdClassName
{
border-color: #F154FB;
}
.TagClassName
{
border-color: #F154FB;
}
</style>