Shades of Pink Flamingo #F968FB
Tints of Pink Flamingo #F968FB
RGB
CMYK
RGB Variations
Color information
#F968FB (or 0xF968FB) is known color: Pink Flamingo. HEX triplet: F9, 68 and FB. RGB value is (249,104,251). Sum of RGB (Red+Green+Blue) = 249+104+251=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 104 (41.02% from 255 or 17.22% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #F968FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968FB is #069704. Grayscale: #A3A3A3. Windows color (decimal): -431877 or 16476409. OLE color: 16476409.
HSL color Cylindrical-coordinate representation of color #F968FB: hue angle of 299.18º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F968FB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 104 | 251 | - |
CMYK | 0.01 | 0.59 | 0 | 0.02 |
HSL | 299.18º | 0.95% | 0.7% | - |
HSV(B) | 299.18º | 0.59% | 0.98% | - |
XYZ | 61.43 | 37.01 | 95.17 | - |
YUV | 164.11 | 177.04 | 188.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 104 | 251 | 0.01 | 0.59 | 0 | 0.02 | 299.18 | 0.95 | 0.7 |
Hex | F9 | 68 | FB | 1 | 3B | 0 | 2 | 12B | 5F | 46 |
Octal | 371 | 150 | 373 | 1 | 73 | 0 | 2 | 453 | 137 | 106 |
Binary | 11111001 | 1101000 | 11111011 | 1 | 111011 | 0 | 10 | 100101011 | 1011111 | 1000110 |
Color Harmonies of #F968FB
Complementary color
Monochromatic Colors of #F968FB
Black with #F968FB
Text Example
Text Example
White with #F968FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968FB; }
p { color: rgb(249,104,251); }
H1.HeaderClassName
{
color: #F968FB;
}
.AnyTagClassName
{
color: #F968FB;
}
</style>
background-color css
<style>
a { background-color: #F968FB; }
a { background-color: rgb(249,104,251); }
div.DivClassName
{
background-color: #F968FB;
}
.BgClassName
{
background-color: #F968FB;
}
</style>
border-color css
<style>
span { border-color: #F968FB; }
span { border-color: rgb(249,104,251); }
td.TdClassName
{
border-color: #F968FB;
}
.TagClassName
{
border-color: #F968FB;
}
</style>