Shades of Pink Flamingo #F253FB
Tints of Pink Flamingo #F253FB
RGB
CMYK
RGB Variations
Color information
#F253FB (or 0xF253FB) is known color: Pink Flamingo. HEX triplet: F2, 53 and FB. RGB value is (242,83,251). Sum of RGB (Red+Green+Blue) = 242+83+251=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 83 (32.81% from 255 or 14.41% 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 #F253FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253FB is #0DAC04. Grayscale: #959595. Windows color (decimal): -896005 or 16471026. OLE color: 16471026.
HSL color Cylindrical-coordinate representation of color #F253FB: hue angle of 296.79º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F253FB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 83 | 251 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.02 |
| HSL | 296.79º | 0.95% | 0.65% | - |
| HSV(B) | 296.79º | 0.67% | 0.98% | - |
| XYZ | 57.12 | 32.03 | 94.44 | - |
| YUV | 149.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 251 | 0.04 | 0.67 | 0 | 0.02 | 296.79 | 0.95 | 0.65 |
| Hex | F2 | 53 | FB | 4 | 43 | 0 | 2 | 129 | 5F | 41 |
| Octal | 362 | 123 | 373 | 4 | 103 | 0 | 2 | 451 | 137 | 101 |
| Binary | 11110010 | 1010011 | 11111011 | 100 | 1000011 | 0 | 10 | 100101001 | 1011111 | 1000001 |
Color Harmonies of #F253FB
Complementary color
Monochromatic Colors of #F253FB
Black with #F253FB
Text Example
Text Example
White with #F253FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253FB; }
p { color: rgb(242,83,251); }
H1.HeaderClassName
{
color: #F253FB;
}
.AnyTagClassName
{
color: #F253FB;
}
</style>
background-color css
<style>
a { background-color: #F253FB; }
a { background-color: rgb(242,83,251); }
div.DivClassName
{
background-color: #F253FB;
}
.BgClassName
{
background-color: #F253FB;
}
</style>
border-color css
<style>
span { border-color: #F253FB; }
span { border-color: rgb(242,83,251); }
td.TdClassName
{
border-color: #F253FB;
}
.TagClassName
{
border-color: #F253FB;
}
</style>