Shades of Brilliant Rose #FC569D
Tints of Brilliant Rose #FC569D
RGB
CMYK
RGB Variations
Color information
#FC569D (or 0xFC569D) is known color: Brilliant Rose. HEX triplet: FC, 56 and 9D. RGB value is (252,86,157). Sum of RGB (Red+Green+Blue) = 252+86+157=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC569D is #03A962. Grayscale: #8F8F8F. Windows color (decimal): -239971 or 10311420. OLE color: 10311420.
HSL color Cylindrical-coordinate representation of color #FC569D: hue angle of 334.34º 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 #FC569D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 157 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.01 |
| HSL | 334.34º | 0.97% | 0.66% | - |
| HSV(B) | 334.34º | 0.66% | 0.99% | - |
| XYZ | 49.56 | 29.79 | 35.04 | - |
| YUV | 143.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 157 | 0 | 0.66 | 0.38 | 0.01 | 334.34 | 0.97 | 0.66 |
| Hex | FC | 56 | 9D | 0 | 42 | 26 | 1 | 14E | 61 | 42 |
| Octal | 374 | 126 | 235 | 0 | 102 | 46 | 1 | 516 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10011101 | 0 | 1000010 | 100110 | 1 | 101001110 | 1100001 | 1000010 |
Color Harmonies of #FC569D
Complementary color
Monochromatic Colors of #FC569D
Black with #FC569D
Text Example
Text Example
White with #FC569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC569D; }
p { color: rgb(252,86,157); }
H1.HeaderClassName
{
color: #FC569D;
}
.AnyTagClassName
{
color: #FC569D;
}
</style>
background-color css
<style>
a { background-color: #FC569D; }
a { background-color: rgb(252,86,157); }
div.DivClassName
{
background-color: #FC569D;
}
.BgClassName
{
background-color: #FC569D;
}
</style>
border-color css
<style>
span { border-color: #FC569D; }
span { border-color: rgb(252,86,157); }
td.TdClassName
{
border-color: #FC569D;
}
.TagClassName
{
border-color: #FC569D;
}
</style>