Shades of Brilliant Rose #FC54AF
Tints of Brilliant Rose #FC54AF
RGB
CMYK
RGB Variations
Color information
#FC54AF (or 0xFC54AF) is known color: Brilliant Rose. HEX triplet: FC, 54 and AF. RGB value is (252,84,175). Sum of RGB (Red+Green+Blue) = 252+84+175=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54AF is #03AB50. Grayscale: #909090. Windows color (decimal): -240465 or 11490556. OLE color: 11490556.
HSL color Cylindrical-coordinate representation of color #FC54AF: hue angle of 327.5º 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 #FC54AF is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 175 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.01 |
| HSL | 327.5º | 0.97% | 0.66% | - |
| HSV(B) | 327.5º | 0.67% | 0.99% | - |
| XYZ | 51.05 | 30.13 | 43.68 | - |
| YUV | 144.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 175 | 0 | 0.67 | 0.31 | 0.01 | 327.5 | 0.97 | 0.66 |
| Hex | FC | 54 | AF | 0 | 43 | 1F | 1 | 148 | 61 | 42 |
| Octal | 374 | 124 | 257 | 0 | 103 | 37 | 1 | 510 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10101111 | 0 | 1000011 | 11111 | 1 | 101001000 | 1100001 | 1000010 |
Color Harmonies of #FC54AF
Complementary color
Monochromatic Colors of #FC54AF
Black with #FC54AF
Text Example
Text Example
White with #FC54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54AF; }
p { color: rgb(252,84,175); }
H1.HeaderClassName
{
color: #FC54AF;
}
.AnyTagClassName
{
color: #FC54AF;
}
</style>
background-color css
<style>
a { background-color: #FC54AF; }
a { background-color: rgb(252,84,175); }
div.DivClassName
{
background-color: #FC54AF;
}
.BgClassName
{
background-color: #FC54AF;
}
</style>
border-color css
<style>
span { border-color: #FC54AF; }
span { border-color: rgb(252,84,175); }
td.TdClassName
{
border-color: #FC54AF;
}
.TagClassName
{
border-color: #FC54AF;
}
</style>