Shades of Brilliant Rose #FC4AAA
Tints of Brilliant Rose #FC4AAA
RGB
CMYK
RGB Variations
Color information
#FC4AAA (or 0xFC4AAA) is known color: Brilliant Rose. HEX triplet: FC, 4A and AA. RGB value is (252,74,170). Sum of RGB (Red+Green+Blue) = 252+74+170=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4AAA is #03B555. Grayscale: #898989. Windows color (decimal): -243030 or 11160316. OLE color: 11160316.
HSL color Cylindrical-coordinate representation of color #FC4AAA: hue angle of 327.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4AAA is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 74 | 170 | - |
CMYK | 0 | 0.71 | 0.33 | 0.01 |
HSL | 327.64º | 0.97% | 0.64% | - |
HSV(B) | 327.64º | 0.71% | 0.99% | - |
XYZ | 49.85 | 28.5 | 40.9 | - |
YUV | 138.17 | 145.97 | 209.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 74 | 170 | 0 | 0.71 | 0.33 | 0.01 | 327.64 | 0.97 | 0.64 |
Hex | FC | 4A | AA | 0 | 47 | 21 | 1 | 148 | 61 | 40 |
Octal | 374 | 112 | 252 | 0 | 107 | 41 | 1 | 510 | 141 | 100 |
Binary | 11111100 | 1001010 | 10101010 | 0 | 1000111 | 100001 | 1 | 101001000 | 1100001 | 1000000 |
Color Harmonies of #FC4AAA
Complementary color
Monochromatic Colors of #FC4AAA
Black with #FC4AAA
Text Example
Text Example
White with #FC4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4AAA; }
p { color: rgb(252,74,170); }
H1.HeaderClassName
{
color: #FC4AAA;
}
.AnyTagClassName
{
color: #FC4AAA;
}
</style>
background-color css
<style>
a { background-color: #FC4AAA; }
a { background-color: rgb(252,74,170); }
div.DivClassName
{
background-color: #FC4AAA;
}
.BgClassName
{
background-color: #FC4AAA;
}
</style>
border-color css
<style>
span { border-color: #FC4AAA; }
span { border-color: rgb(252,74,170); }
td.TdClassName
{
border-color: #FC4AAA;
}
.TagClassName
{
border-color: #FC4AAA;
}
</style>