Shades of Brilliant Rose #FC4D9A
Tints of Brilliant Rose #FC4D9A
RGB
CMYK
RGB Variations
Color information
#FC4D9A (or 0xFC4D9A) is known color: Brilliant Rose. HEX triplet: FC, 4D and 9A. RGB value is (252,77,154). Sum of RGB (Red+Green+Blue) = 252+77+154=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4D9A is #03B265. Grayscale: #898989. Windows color (decimal): -242278 or 10112508. OLE color: 10112508.
HSL color Cylindrical-coordinate representation of color #FC4D9A: hue angle of 333.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4D9A is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 77 | 154 | - |
CMYK | 0 | 0.69 | 0.39 | 0.01 |
HSL | 333.6º | 0.97% | 0.65% | - |
HSV(B) | 333.6º | 0.69% | 0.99% | - |
XYZ | 48.63 | 28.34 | 33.48 | - |
YUV | 138.1 | 136.98 | 209.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 77 | 154 | 0 | 0.69 | 0.39 | 0.01 | 333.6 | 0.97 | 0.65 |
Hex | FC | 4D | 9A | 0 | 45 | 27 | 1 | 14E | 61 | 41 |
Octal | 374 | 115 | 232 | 0 | 105 | 47 | 1 | 516 | 141 | 101 |
Binary | 11111100 | 1001101 | 10011010 | 0 | 1000101 | 100111 | 1 | 101001110 | 1100001 | 1000001 |
Color Harmonies of #FC4D9A
Complementary color
Monochromatic Colors of #FC4D9A
Black with #FC4D9A
Text Example
Text Example
White with #FC4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D9A; }
p { color: rgb(252,77,154); }
H1.HeaderClassName
{
color: #FC4D9A;
}
.AnyTagClassName
{
color: #FC4D9A;
}
</style>
background-color css
<style>
a { background-color: #FC4D9A; }
a { background-color: rgb(252,77,154); }
div.DivClassName
{
background-color: #FC4D9A;
}
.BgClassName
{
background-color: #FC4D9A;
}
</style>
border-color css
<style>
span { border-color: #FC4D9A; }
span { border-color: rgb(252,77,154); }
td.TdClassName
{
border-color: #FC4D9A;
}
.TagClassName
{
border-color: #FC4D9A;
}
</style>