Shades of Brilliant Rose #FC53B5
Tints of Brilliant Rose #FC53B5
RGB
CMYK
RGB Variations
Color information
#FC53B5 (or 0xFC53B5) is known color: Brilliant Rose. HEX triplet: FC, 53 and B5. RGB value is (252,83,181). Sum of RGB (Red+Green+Blue) = 252+83+181=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53B5 is #03AC4A. Grayscale: #909090. Windows color (decimal): -240715 or 11883516. OLE color: 11883516.
HSL color Cylindrical-coordinate representation of color #FC53B5: hue angle of 325.21º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC53B5 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 83 | 181 | - |
CMYK | 0 | 0.67 | 0.28 | 0.01 |
HSL | 325.21º | 0.97% | 0.66% | - |
HSV(B) | 325.21º | 0.67% | 0.99% | - |
XYZ | 51.58 | 30.22 | 46.83 | - |
YUV | 144.7 | 148.49 | 204.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 83 | 181 | 0 | 0.67 | 0.28 | 0.01 | 325.21 | 0.97 | 0.66 |
Hex | FC | 53 | B5 | 0 | 43 | 1C | 1 | 145 | 61 | 42 |
Octal | 374 | 123 | 265 | 0 | 103 | 34 | 1 | 505 | 141 | 102 |
Binary | 11111100 | 1010011 | 10110101 | 0 | 1000011 | 11100 | 1 | 101000101 | 1100001 | 1000010 |
Color Harmonies of #FC53B5
Complementary color
Monochromatic Colors of #FC53B5
Black with #FC53B5
Text Example
Text Example
White with #FC53B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53B5; }
p { color: rgb(252,83,181); }
H1.HeaderClassName
{
color: #FC53B5;
}
.AnyTagClassName
{
color: #FC53B5;
}
</style>
background-color css
<style>
a { background-color: #FC53B5; }
a { background-color: rgb(252,83,181); }
div.DivClassName
{
background-color: #FC53B5;
}
.BgClassName
{
background-color: #FC53B5;
}
</style>
border-color css
<style>
span { border-color: #FC53B5; }
span { border-color: rgb(252,83,181); }
td.TdClassName
{
border-color: #FC53B5;
}
.TagClassName
{
border-color: #FC53B5;
}
</style>