Shades of Pink Flamingo #F253FF
Tints of Pink Flamingo #F253FF
RGB
CMYK
RGB Variations
Color information
#F253FF (or 0xF253FF) is known color: Pink Flamingo. HEX triplet: F2, 53 and FF. RGB value is (242,83,255). Sum of RGB (Red+Green+Blue) = 242+83+255=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 83 (32.81% from 255 or 14.31% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #F253FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253FF is #0DAC00. Grayscale: #959595. Windows color (decimal): -896001 or 16733170. OLE color: 16733170.
HSL color Cylindrical-coordinate representation of color #F253FF: hue angle of 295.47º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F253FF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 83 | 255 | - |
| CMYK | 0.05 | 0.67 | 0 | 0 |
| HSL | 295.47º | 1% | 0.66% | - |
| HSV(B) | 295.47º | 0.67% | 1% | - |
| XYZ | 57.76 | 32.28 | 97.79 | - |
| YUV | 150.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 255 | 0.05 | 0.67 | 0 | 0 | 295.47 | 1 | 0.66 |
| Hex | F2 | 53 | FF | 5 | 43 | 0 | 0 | 127 | 64 | 42 |
| Octal | 362 | 123 | 377 | 5 | 103 | 0 | 0 | 447 | 144 | 102 |
| Binary | 11110010 | 1010011 | 11111111 | 101 | 1000011 | 0 | 0 | 100100111 | 1100100 | 1000010 |
Color Harmonies of #F253FF
Complementary color
Monochromatic Colors of #F253FF
Black with #F253FF
Text Example
Text Example
White with #F253FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253FF; }
p { color: rgb(242,83,255); }
H1.HeaderClassName
{
color: #F253FF;
}
.AnyTagClassName
{
color: #F253FF;
}
</style>
background-color css
<style>
a { background-color: #F253FF; }
a { background-color: rgb(242,83,255); }
div.DivClassName
{
background-color: #F253FF;
}
.BgClassName
{
background-color: #F253FF;
}
</style>
border-color css
<style>
span { border-color: #F253FF; }
span { border-color: rgb(242,83,255); }
td.TdClassName
{
border-color: #F253FF;
}
.TagClassName
{
border-color: #F253FF;
}
</style>