Shades of Brilliant Rose #FC569F
Tints of Brilliant Rose #FC569F
RGB
CMYK
RGB Variations
Color information
#FC569F (or 0xFC569F) is known color: Brilliant Rose. HEX triplet: FC, 56 and 9F. RGB value is (252,86,159). Sum of RGB (Red+Green+Blue) = 252+86+159=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC569F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC569F is #03A960. Grayscale: #8F8F8F. Windows color (decimal): -239969 or 10442492. OLE color: 10442492.
HSL color Cylindrical-coordinate representation of color #FC569F: hue angle of 333.61º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC569F is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 159 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.01 |
| HSL | 333.61º | 0.97% | 0.66% | - |
| HSV(B) | 333.61º | 0.66% | 0.99% | - |
| XYZ | 49.73 | 29.85 | 35.94 | - |
| YUV | 143.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 159 | 0 | 0.66 | 0.37 | 0.01 | 333.61 | 0.97 | 0.66 |
| Hex | FC | 56 | 9F | 0 | 42 | 25 | 1 | 14E | 61 | 42 |
| Octal | 374 | 126 | 237 | 0 | 102 | 45 | 1 | 516 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10011111 | 0 | 1000010 | 100101 | 1 | 101001110 | 1100001 | 1000010 |
Color Harmonies of #FC569F
Complementary color
Monochromatic Colors of #FC569F
Black with #FC569F
Text Example
Text Example
White with #FC569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC569F; }
p { color: rgb(252,86,159); }
H1.HeaderClassName
{
color: #FC569F;
}
.AnyTagClassName
{
color: #FC569F;
}
</style>
background-color css
<style>
a { background-color: #FC569F; }
a { background-color: rgb(252,86,159); }
div.DivClassName
{
background-color: #FC569F;
}
.BgClassName
{
background-color: #FC569F;
}
</style>
border-color css
<style>
span { border-color: #FC569F; }
span { border-color: rgb(252,86,159); }
td.TdClassName
{
border-color: #FC569F;
}
.TagClassName
{
border-color: #FC569F;
}
</style>