Shades of Pink Flamingo #FC67F0
Tints of Pink Flamingo #FC67F0
RGB
CMYK
RGB Variations
Color information
#FC67F0 (or 0xFC67F0) is known color: Pink Flamingo. HEX triplet: FC, 67 and F0. RGB value is (252,103,240). Sum of RGB (Red+Green+Blue) = 252+103+240=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 103 (40.62% from 255 or 17.31% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC67F0 is #03980F. Grayscale: #A2A2A2. Windows color (decimal): -235536 or 15755260. OLE color: 15755260.
HSL color Cylindrical-coordinate representation of color #FC67F0: hue angle of 304.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC67F0 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 240 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.01 |
| HSL | 304.83º | 0.96% | 0.7% | - |
| HSV(B) | 304.83º | 0.59% | 0.99% | - |
| XYZ | 60.72 | 36.69 | 86.32 | - |
| YUV | 163.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 240 | 0 | 0.59 | 0.05 | 0.01 | 304.83 | 0.96 | 0.7 |
| Hex | FC | 67 | F0 | 0 | 3B | 5 | 1 | 131 | 60 | 46 |
| Octal | 374 | 147 | 360 | 0 | 73 | 5 | 1 | 461 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11110000 | 0 | 111011 | 101 | 1 | 100110001 | 1100000 | 1000110 |
Color Harmonies of #FC67F0
Complementary color
Monochromatic Colors of #FC67F0
Black with #FC67F0
Text Example
Text Example
White with #FC67F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67F0; }
p { color: rgb(252,103,240); }
H1.HeaderClassName
{
color: #FC67F0;
}
.AnyTagClassName
{
color: #FC67F0;
}
</style>
background-color css
<style>
a { background-color: #FC67F0; }
a { background-color: rgb(252,103,240); }
div.DivClassName
{
background-color: #FC67F0;
}
.BgClassName
{
background-color: #FC67F0;
}
</style>
border-color css
<style>
span { border-color: #FC67F0; }
span { border-color: rgb(252,103,240); }
td.TdClassName
{
border-color: #FC67F0;
}
.TagClassName
{
border-color: #FC67F0;
}
</style>