Shades of Pink Flamingo #F253FD
Tints of Pink Flamingo #F253FD
RGB
CMYK
RGB Variations
Color information
#F253FD (or 0xF253FD) is known color: Pink Flamingo. HEX triplet: F2, 53 and FD. RGB value is (242,83,253). Sum of RGB (Red+Green+Blue) = 242+83+253=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 83 (32.81% from 255 or 14.36% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #F253FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253FD is #0DAC02. Grayscale: #959595. Windows color (decimal): -896003 or 16602098. OLE color: 16602098.
HSL color Cylindrical-coordinate representation of color #F253FD: hue angle of 296.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F253FD is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 83 | 253 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.01 |
| HSL | 296.12º | 0.98% | 0.66% | - |
| HSV(B) | 296.12º | 0.67% | 0.99% | - |
| XYZ | 57.44 | 32.16 | 96.11 | - |
| YUV | 149.92 | 186.18 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 253 | 0.04 | 0.67 | 0 | 0.01 | 296.12 | 0.98 | 0.66 |
| Hex | F2 | 53 | FD | 4 | 43 | 0 | 1 | 128 | 62 | 42 |
| Octal | 362 | 123 | 375 | 4 | 103 | 0 | 1 | 450 | 142 | 102 |
| Binary | 11110010 | 1010011 | 11111101 | 100 | 1000011 | 0 | 1 | 100101000 | 1100010 | 1000010 |
Color Harmonies of #F253FD
Complementary color
Monochromatic Colors of #F253FD
Black with #F253FD
Text Example
Text Example
White with #F253FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253FD; }
p { color: rgb(242,83,253); }
H1.HeaderClassName
{
color: #F253FD;
}
.AnyTagClassName
{
color: #F253FD;
}
</style>
background-color css
<style>
a { background-color: #F253FD; }
a { background-color: rgb(242,83,253); }
div.DivClassName
{
background-color: #F253FD;
}
.BgClassName
{
background-color: #F253FD;
}
</style>
border-color css
<style>
span { border-color: #F253FD; }
span { border-color: rgb(242,83,253); }
td.TdClassName
{
border-color: #F253FD;
}
.TagClassName
{
border-color: #F253FD;
}
</style>