Shades of Pink Flamingo #F253FA
Tints of Pink Flamingo #F253FA
RGB
CMYK
RGB Variations
Color information
#F253FA (or 0xF253FA) is known color: Pink Flamingo. HEX triplet: F2, 53 and FA. RGB value is (242,83,250). Sum of RGB (Red+Green+Blue) = 242+83+250=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 83 (32.81% from 255 or 14.43% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #F253FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253FA is #0DAC05. Grayscale: #959595. Windows color (decimal): -896006 or 16405490. OLE color: 16405490.
HSL color Cylindrical-coordinate representation of color #F253FA: hue angle of 297.13º degrees, saturation: 0.94, 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 #F253FA is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 83 | 250 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.02 |
| HSL | 297.13º | 0.94% | 0.65% | - |
| HSV(B) | 297.13º | 0.67% | 0.98% | - |
| XYZ | 56.97 | 31.97 | 93.61 | - |
| YUV | 149.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 250 | 0.03 | 0.67 | 0 | 0.02 | 297.13 | 0.94 | 0.65 |
| Hex | F2 | 53 | FA | 3 | 43 | 0 | 2 | 129 | 5E | 41 |
| Octal | 362 | 123 | 372 | 3 | 103 | 0 | 2 | 451 | 136 | 101 |
| Binary | 11110010 | 1010011 | 11111010 | 11 | 1000011 | 0 | 10 | 100101001 | 1011110 | 1000001 |
Color Harmonies of #F253FA
Complementary color
Monochromatic Colors of #F253FA
Black with #F253FA
Text Example
Text Example
White with #F253FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253FA; }
p { color: rgb(242,83,250); }
H1.HeaderClassName
{
color: #F253FA;
}
.AnyTagClassName
{
color: #F253FA;
}
</style>
background-color css
<style>
a { background-color: #F253FA; }
a { background-color: rgb(242,83,250); }
div.DivClassName
{
background-color: #F253FA;
}
.BgClassName
{
background-color: #F253FA;
}
</style>
border-color css
<style>
span { border-color: #F253FA; }
span { border-color: rgb(242,83,250); }
td.TdClassName
{
border-color: #F253FA;
}
.TagClassName
{
border-color: #F253FA;
}
</style>