Shades of Persian Rose #FC239A
Tints of Persian Rose #FC239A
RGB
CMYK
RGB Variations
Color information
#FC239A (or 0xFC239A) is known color: Persian Rose. HEX triplet: FC, 23 and 9A. RGB value is (252,35,154). Sum of RGB (Red+Green+Blue) = 252+35+154=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC239A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC239A is #03DC65. Grayscale: #717171. Windows color (decimal): -253030 or 10101756. OLE color: 10101756.
HSL color Cylindrical-coordinate representation of color #FC239A: hue angle of 327.1º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC239A is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 154 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.01 |
| HSL | 327.1º | 0.97% | 0.56% | - |
| HSV(B) | 327.1º | 0.86% | 0.99% | - |
| XYZ | 46.58 | 24.23 | 32.79 | - |
| YUV | 113.45 | 150.89 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 154 | 0 | 0.86 | 0.39 | 0.01 | 327.1 | 0.97 | 0.56 |
| Hex | FC | 23 | 9A | 0 | 56 | 27 | 1 | 147 | 61 | 38 |
| Octal | 374 | 43 | 232 | 0 | 126 | 47 | 1 | 507 | 141 | 70 |
| Binary | 11111100 | 100011 | 10011010 | 0 | 1010110 | 100111 | 1 | 101000111 | 1100001 | 111000 |
Color Harmonies of #FC239A
Complementary color
Monochromatic Colors of #FC239A
Black with #FC239A
Text Example
Text Example
White with #FC239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC239A; }
p { color: rgb(252,35,154); }
H1.HeaderClassName
{
color: #FC239A;
}
.AnyTagClassName
{
color: #FC239A;
}
</style>
background-color css
<style>
a { background-color: #FC239A; }
a { background-color: rgb(252,35,154); }
div.DivClassName
{
background-color: #FC239A;
}
.BgClassName
{
background-color: #FC239A;
}
</style>
border-color css
<style>
span { border-color: #FC239A; }
span { border-color: rgb(252,35,154); }
td.TdClassName
{
border-color: #FC239A;
}
.TagClassName
{
border-color: #FC239A;
}
</style>