Shades of Persian Rose #FC31B4
Tints of Persian Rose #FC31B4
RGB
CMYK
RGB Variations
Color information
#FC31B4 (or 0xFC31B4) is known color: Persian Rose. HEX triplet: FC, 31 and B4. RGB value is (252,49,180). Sum of RGB (Red+Green+Blue) = 252+49+180=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31B4 is #03CE4B. Grayscale: #7C7C7C. Windows color (decimal): -249420 or 11809276. OLE color: 11809276.
HSL color Cylindrical-coordinate representation of color #FC31B4: hue angle of 321.28º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC31B4 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 180 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.01 |
| HSL | 321.28º | 0.97% | 0.59% | - |
| HSV(B) | 321.28º | 0.81% | 0.99% | - |
| XYZ | 49.48 | 26.19 | 45.63 | - |
| YUV | 124.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 180 | 0 | 0.81 | 0.29 | 0.01 | 321.28 | 0.97 | 0.59 |
| Hex | FC | 31 | B4 | 0 | 51 | 1D | 1 | 141 | 61 | 3B |
| Octal | 374 | 61 | 264 | 0 | 121 | 35 | 1 | 501 | 141 | 73 |
| Binary | 11111100 | 110001 | 10110100 | 0 | 1010001 | 11101 | 1 | 101000001 | 1100001 | 111011 |
Color Harmonies of #FC31B4
Complementary color
Monochromatic Colors of #FC31B4
Black with #FC31B4
Text Example
Text Example
White with #FC31B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31B4; }
p { color: rgb(252,49,180); }
H1.HeaderClassName
{
color: #FC31B4;
}
.AnyTagClassName
{
color: #FC31B4;
}
</style>
background-color css
<style>
a { background-color: #FC31B4; }
a { background-color: rgb(252,49,180); }
div.DivClassName
{
background-color: #FC31B4;
}
.BgClassName
{
background-color: #FC31B4;
}
</style>
border-color css
<style>
span { border-color: #FC31B4; }
span { border-color: rgb(252,49,180); }
td.TdClassName
{
border-color: #FC31B4;
}
.TagClassName
{
border-color: #FC31B4;
}
</style>