Shades of Brilliant Rose #FC45A8
Tints of Brilliant Rose #FC45A8
RGB
CMYK
RGB Variations
Color information
#FC45A8 (or 0xFC45A8) is known color: Brilliant Rose. HEX triplet: FC, 45 and A8. RGB value is (252,69,168). Sum of RGB (Red+Green+Blue) = 252+69+168=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC45A8 is #03BA57. Grayscale: #868686. Windows color (decimal): -244312 or 11027964. OLE color: 11027964.
HSL color Cylindrical-coordinate representation of color #FC45A8: hue angle of 327.54º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC45A8 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 69 | 168 | - |
CMYK | 0 | 0.73 | 0.33 | 0.01 |
HSL | 327.54º | 0.97% | 0.63% | - |
HSV(B) | 327.54º | 0.73% | 0.99% | - |
XYZ | 49.34 | 27.78 | 39.81 | - |
YUV | 135 | 146.63 | 211.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 69 | 168 | 0 | 0.73 | 0.33 | 0.01 | 327.54 | 0.97 | 0.63 |
Hex | FC | 45 | A8 | 0 | 49 | 21 | 1 | 148 | 61 | 3F |
Octal | 374 | 105 | 250 | 0 | 111 | 41 | 1 | 510 | 141 | 77 |
Binary | 11111100 | 1000101 | 10101000 | 0 | 1001001 | 100001 | 1 | 101001000 | 1100001 | 111111 |
Color Harmonies of #FC45A8
Complementary color
Monochromatic Colors of #FC45A8
Black with #FC45A8
Text Example
Text Example
White with #FC45A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC45A8; }
p { color: rgb(252,69,168); }
H1.HeaderClassName
{
color: #FC45A8;
}
.AnyTagClassName
{
color: #FC45A8;
}
</style>
background-color css
<style>
a { background-color: #FC45A8; }
a { background-color: rgb(252,69,168); }
div.DivClassName
{
background-color: #FC45A8;
}
.BgClassName
{
background-color: #FC45A8;
}
</style>
border-color css
<style>
span { border-color: #FC45A8; }
span { border-color: rgb(252,69,168); }
td.TdClassName
{
border-color: #FC45A8;
}
.TagClassName
{
border-color: #FC45A8;
}
</style>