Shades of Brilliant Rose #FC609D
Tints of Brilliant Rose #FC609D
RGB
CMYK
RGB Variations
Color information
#FC609D (or 0xFC609D) is known color: Brilliant Rose. HEX triplet: FC, 60 and 9D. RGB value is (252,96,157). Sum of RGB (Red+Green+Blue) = 252+96+157=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC609D is #039F62. Grayscale: #959595. Windows color (decimal): -237411 or 10313980. OLE color: 10313980.
HSL color Cylindrical-coordinate representation of color #FC609D: hue angle of 336.54º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC609D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 157 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.01 |
| HSL | 336.54º | 0.96% | 0.68% | - |
| HSV(B) | 336.54º | 0.62% | 0.99% | - |
| XYZ | 50.41 | 31.5 | 35.32 | - |
| YUV | 149.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 157 | 0 | 0.62 | 0.38 | 0.01 | 336.54 | 0.96 | 0.68 |
| Hex | FC | 60 | 9D | 0 | 3E | 26 | 1 | 151 | 60 | 44 |
| Octal | 374 | 140 | 235 | 0 | 76 | 46 | 1 | 521 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10011101 | 0 | 111110 | 100110 | 1 | 101010001 | 1100000 | 1000100 |
Color Harmonies of #FC609D
Complementary color
Monochromatic Colors of #FC609D
Black with #FC609D
Text Example
Text Example
White with #FC609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC609D; }
p { color: rgb(252,96,157); }
H1.HeaderClassName
{
color: #FC609D;
}
.AnyTagClassName
{
color: #FC609D;
}
</style>
background-color css
<style>
a { background-color: #FC609D; }
a { background-color: rgb(252,96,157); }
div.DivClassName
{
background-color: #FC609D;
}
.BgClassName
{
background-color: #FC609D;
}
</style>
border-color css
<style>
span { border-color: #FC609D; }
span { border-color: rgb(252,96,157); }
td.TdClassName
{
border-color: #FC609D;
}
.TagClassName
{
border-color: #FC609D;
}
</style>