Shades of Pink Flamingo #FF63ED
Tints of Pink Flamingo #FF63ED
RGB
CMYK
RGB Variations
Color information
#FF63ED (or 0xFF63ED) is known color: Pink Flamingo. HEX triplet: FF, 63 and ED. RGB value is (255,99,237). Sum of RGB (Red+Green+Blue) = 255+99+237=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 99 (39.06% from 255 or 16.75% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63ED is #009C12. Grayscale: #A0A0A0. Windows color (decimal): -39955 or 15557631. OLE color: 15557631.
HSL color Cylindrical-coordinate representation of color #FF63ED: hue angle of 306.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF63ED is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 237 | - |
| CMYK | 0 | 0.61 | 0.07 | 0 |
| HSL | 306.92º | 1% | 0.69% | - |
| HSV(B) | 306.92º | 0.61% | 1% | - |
| XYZ | 60.99 | 36.3 | 83.91 | - |
| YUV | 161.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 237 | 0 | 0.61 | 0.07 | 0 | 306.92 | 1 | 0.69 |
| Hex | FF | 63 | ED | 0 | 3D | 7 | 0 | 133 | 64 | 45 |
| Octal | 377 | 143 | 355 | 0 | 75 | 7 | 0 | 463 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11101101 | 0 | 111101 | 111 | 0 | 100110011 | 1100100 | 1000101 |
Color Harmonies of #FF63ED
Complementary color
Monochromatic Colors of #FF63ED
Black with #FF63ED
Text Example
Text Example
White with #FF63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63ED; }
p { color: rgb(255,99,237); }
H1.HeaderClassName
{
color: #FF63ED;
}
.AnyTagClassName
{
color: #FF63ED;
}
</style>
background-color css
<style>
a { background-color: #FF63ED; }
a { background-color: rgb(255,99,237); }
div.DivClassName
{
background-color: #FF63ED;
}
.BgClassName
{
background-color: #FF63ED;
}
</style>
border-color css
<style>
span { border-color: #FF63ED; }
span { border-color: rgb(255,99,237); }
td.TdClassName
{
border-color: #FF63ED;
}
.TagClassName
{
border-color: #FF63ED;
}
</style>