Shades of Pink Flamingo #FF63E7
Tints of Pink Flamingo #FF63E7
RGB
CMYK
RGB Variations
Color information
#FF63E7 (or 0xFF63E7) is known color: Pink Flamingo. HEX triplet: FF, 63 and E7. RGB value is (255,99,231). Sum of RGB (Red+Green+Blue) = 255+99+231=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 99 (39.06% from 255 or 16.92% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63E7 is #009C18. Grayscale: #A0A0A0. Windows color (decimal): -39961 or 15164415. OLE color: 15164415.
HSL color Cylindrical-coordinate representation of color #FF63E7: hue angle of 309.23º 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 #FF63E7 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 231 | - |
| CMYK | 0 | 0.61 | 0.09 | 0 |
| HSL | 309.23º | 1% | 0.69% | - |
| HSV(B) | 309.23º | 0.61% | 1% | - |
| XYZ | 60.13 | 35.95 | 79.37 | - |
| YUV | 160.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 231 | 0 | 0.61 | 0.09 | 0 | 309.23 | 1 | 0.69 |
| Hex | FF | 63 | E7 | 0 | 3D | 9 | 0 | 135 | 64 | 45 |
| Octal | 377 | 143 | 347 | 0 | 75 | 11 | 0 | 465 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11100111 | 0 | 111101 | 1001 | 0 | 100110101 | 1100100 | 1000101 |
Color Harmonies of #FF63E7
Complementary color
Monochromatic Colors of #FF63E7
Black with #FF63E7
Text Example
Text Example
White with #FF63E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63E7; }
p { color: rgb(255,99,231); }
H1.HeaderClassName
{
color: #FF63E7;
}
.AnyTagClassName
{
color: #FF63E7;
}
</style>
background-color css
<style>
a { background-color: #FF63E7; }
a { background-color: rgb(255,99,231); }
div.DivClassName
{
background-color: #FF63E7;
}
.BgClassName
{
background-color: #FF63E7;
}
</style>
border-color css
<style>
span { border-color: #FF63E7; }
span { border-color: rgb(255,99,231); }
td.TdClassName
{
border-color: #FF63E7;
}
.TagClassName
{
border-color: #FF63E7;
}
</style>