Shades of Pink Flamingo #FF63F0
Tints of Pink Flamingo #FF63F0
RGB
CMYK
RGB Variations
Color information
#FF63F0 (or 0xFF63F0) is known color: Pink Flamingo. HEX triplet: FF, 63 and F0. RGB value is (255,99,240). Sum of RGB (Red+Green+Blue) = 255+99+240=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 99 (39.06% from 255 or 16.67% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63F0 is #009C0F. Grayscale: #A1A1A1. Windows color (decimal): -39952 or 15754239. OLE color: 15754239.
HSL color Cylindrical-coordinate representation of color #FF63F0: hue angle of 305.77º 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 #FF63F0 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 240 | - |
| CMYK | 0 | 0.61 | 0.06 | 0 |
| HSL | 305.77º | 1% | 0.69% | - |
| HSV(B) | 305.77º | 0.61% | 1% | - |
| XYZ | 61.43 | 36.47 | 86.24 | - |
| YUV | 161.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 240 | 0 | 0.61 | 0.06 | 0 | 305.77 | 1 | 0.69 |
| Hex | FF | 63 | F0 | 0 | 3D | 6 | 0 | 132 | 64 | 45 |
| Octal | 377 | 143 | 360 | 0 | 75 | 6 | 0 | 462 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11110000 | 0 | 111101 | 110 | 0 | 100110010 | 1100100 | 1000101 |
Color Harmonies of #FF63F0
Complementary color
Monochromatic Colors of #FF63F0
Black with #FF63F0
Text Example
Text Example
White with #FF63F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63F0; }
p { color: rgb(255,99,240); }
H1.HeaderClassName
{
color: #FF63F0;
}
.AnyTagClassName
{
color: #FF63F0;
}
</style>
background-color css
<style>
a { background-color: #FF63F0; }
a { background-color: rgb(255,99,240); }
div.DivClassName
{
background-color: #FF63F0;
}
.BgClassName
{
background-color: #FF63F0;
}
</style>
border-color css
<style>
span { border-color: #FF63F0; }
span { border-color: rgb(255,99,240); }
td.TdClassName
{
border-color: #FF63F0;
}
.TagClassName
{
border-color: #FF63F0;
}
</style>