Shades of Persian Pink #FC74BC
Tints of Persian Pink #FC74BC
RGB
CMYK
RGB Variations
Color information
#FC74BC (or 0xFC74BC) is known color: Persian Pink. HEX triplet: FC, 74 and BC. RGB value is (252,116,188). Sum of RGB (Red+Green+Blue) = 252+116+188=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74BC is #038B43. Grayscale: #A4A4A4. Windows color (decimal): -232260 or 12350716. OLE color: 12350716.
HSL color Cylindrical-coordinate representation of color #FC74BC: hue angle of 328.24º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC74BC is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 188 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.01 |
| HSL | 328.24º | 0.96% | 0.72% | - |
| HSV(B) | 328.24º | 0.54% | 0.99% | - |
| XYZ | 55.47 | 36.82 | 51.76 | - |
| YUV | 164.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 188 | 0 | 0.54 | 0.25 | 0.01 | 328.24 | 0.96 | 0.72 |
| Hex | FC | 74 | BC | 0 | 36 | 19 | 1 | 148 | 60 | 48 |
| Octal | 374 | 164 | 274 | 0 | 66 | 31 | 1 | 510 | 140 | 110 |
| Binary | 11111100 | 1110100 | 10111100 | 0 | 110110 | 11001 | 1 | 101001000 | 1100000 | 1001000 |
Color Harmonies of #FC74BC
Complementary color
Monochromatic Colors of #FC74BC
Black with #FC74BC
Text Example
Text Example
White with #FC74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74BC; }
p { color: rgb(252,116,188); }
H1.HeaderClassName
{
color: #FC74BC;
}
.AnyTagClassName
{
color: #FC74BC;
}
</style>
background-color css
<style>
a { background-color: #FC74BC; }
a { background-color: rgb(252,116,188); }
div.DivClassName
{
background-color: #FC74BC;
}
.BgClassName
{
background-color: #FC74BC;
}
</style>
border-color css
<style>
span { border-color: #FC74BC; }
span { border-color: rgb(252,116,188); }
td.TdClassName
{
border-color: #FC74BC;
}
.TagClassName
{
border-color: #FC74BC;
}
</style>