Shades of Brilliant Rose #FC609C
Tints of Brilliant Rose #FC609C
RGB
CMYK
RGB Variations
Color information
#FC609C (or 0xFC609C) is known color: Brilliant Rose. HEX triplet: FC, 60 and 9C. RGB value is (252,96,156). Sum of RGB (Red+Green+Blue) = 252+96+156=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC609C is #039F63. Grayscale: #959595. Windows color (decimal): -237412 or 10248444. OLE color: 10248444.
HSL color Cylindrical-coordinate representation of color #FC609C: hue angle of 336.92º 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 #FC609C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 156 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.01 |
| HSL | 336.92º | 0.96% | 0.68% | - |
| HSV(B) | 336.92º | 0.62% | 0.99% | - |
| XYZ | 50.33 | 31.46 | 34.87 | - |
| YUV | 149.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 156 | 0 | 0.62 | 0.38 | 0.01 | 336.92 | 0.96 | 0.68 |
| Hex | FC | 60 | 9C | 0 | 3E | 26 | 1 | 151 | 60 | 44 |
| Octal | 374 | 140 | 234 | 0 | 76 | 46 | 1 | 521 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10011100 | 0 | 111110 | 100110 | 1 | 101010001 | 1100000 | 1000100 |
Color Harmonies of #FC609C
Complementary color
Monochromatic Colors of #FC609C
Black with #FC609C
Text Example
Text Example
White with #FC609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC609C; }
p { color: rgb(252,96,156); }
H1.HeaderClassName
{
color: #FC609C;
}
.AnyTagClassName
{
color: #FC609C;
}
</style>
background-color css
<style>
a { background-color: #FC609C; }
a { background-color: rgb(252,96,156); }
div.DivClassName
{
background-color: #FC609C;
}
.BgClassName
{
background-color: #FC609C;
}
</style>
border-color css
<style>
span { border-color: #FC609C; }
span { border-color: rgb(252,96,156); }
td.TdClassName
{
border-color: #FC609C;
}
.TagClassName
{
border-color: #FC609C;
}
</style>