Shades of Brilliant Rose #FC619D
Tints of Brilliant Rose #FC619D
RGB
CMYK
RGB Variations
Color information
#FC619D (or 0xFC619D) is known color: Brilliant Rose. HEX triplet: FC, 61 and 9D. RGB value is (252,97,157). Sum of RGB (Red+Green+Blue) = 252+97+157=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC619D is #039E62. Grayscale: #969696. Windows color (decimal): -237155 or 10314236. OLE color: 10314236.
HSL color Cylindrical-coordinate representation of color #FC619D: hue angle of 336.77º 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 #FC619D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 157 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.01 |
| HSL | 336.77º | 0.96% | 0.68% | - |
| HSV(B) | 336.77º | 0.62% | 0.99% | - |
| XYZ | 50.51 | 31.68 | 35.35 | - |
| YUV | 150.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 157 | 0 | 0.62 | 0.38 | 0.01 | 336.77 | 0.96 | 0.68 |
| Hex | FC | 61 | 9D | 0 | 3E | 26 | 1 | 151 | 60 | 44 |
| Octal | 374 | 141 | 235 | 0 | 76 | 46 | 1 | 521 | 140 | 104 |
| Binary | 11111100 | 1100001 | 10011101 | 0 | 111110 | 100110 | 1 | 101010001 | 1100000 | 1000100 |
Color Harmonies of #FC619D
Complementary color
Monochromatic Colors of #FC619D
Black with #FC619D
Text Example
Text Example
White with #FC619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC619D; }
p { color: rgb(252,97,157); }
H1.HeaderClassName
{
color: #FC619D;
}
.AnyTagClassName
{
color: #FC619D;
}
</style>
background-color css
<style>
a { background-color: #FC619D; }
a { background-color: rgb(252,97,157); }
div.DivClassName
{
background-color: #FC619D;
}
.BgClassName
{
background-color: #FC619D;
}
</style>
border-color css
<style>
span { border-color: #FC619D; }
span { border-color: rgb(252,97,157); }
td.TdClassName
{
border-color: #FC619D;
}
.TagClassName
{
border-color: #FC619D;
}
</style>