Shades of Brilliant Rose #FC619F
Tints of Brilliant Rose #FC619F
RGB
CMYK
RGB Variations
Color information
#FC619F (or 0xFC619F) is known color: Brilliant Rose. HEX triplet: FC, 61 and 9F. RGB value is (252,97,159). Sum of RGB (Red+Green+Blue) = 252+97+159=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC619F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC619F is #039E60. Grayscale: #969696. Windows color (decimal): -237153 or 10445308. OLE color: 10445308.
HSL color Cylindrical-coordinate representation of color #FC619F: hue angle of 336º 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 #FC619F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 159 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.01 |
| HSL | 336º | 0.96% | 0.68% | - |
| HSV(B) | 336º | 0.62% | 0.99% | - |
| XYZ | 50.68 | 31.75 | 36.26 | - |
| YUV | 150.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 159 | 0 | 0.62 | 0.37 | 0.01 | 336 | 0.96 | 0.68 |
| Hex | FC | 61 | 9F | 0 | 3E | 25 | 1 | 150 | 60 | 44 |
| Octal | 374 | 141 | 237 | 0 | 76 | 45 | 1 | 520 | 140 | 104 |
| Binary | 11111100 | 1100001 | 10011111 | 0 | 111110 | 100101 | 1 | 101010000 | 1100000 | 1000100 |
Color Harmonies of #FC619F
Complementary color
Monochromatic Colors of #FC619F
Black with #FC619F
Text Example
Text Example
White with #FC619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC619F; }
p { color: rgb(252,97,159); }
H1.HeaderClassName
{
color: #FC619F;
}
.AnyTagClassName
{
color: #FC619F;
}
</style>
background-color css
<style>
a { background-color: #FC619F; }
a { background-color: rgb(252,97,159); }
div.DivClassName
{
background-color: #FC619F;
}
.BgClassName
{
background-color: #FC619F;
}
</style>
border-color css
<style>
span { border-color: #FC619F; }
span { border-color: rgb(252,97,159); }
td.TdClassName
{
border-color: #FC619F;
}
.TagClassName
{
border-color: #FC619F;
}
</style>