Shades of Brilliant Rose #FC699B
Tints of Brilliant Rose #FC699B
RGB
CMYK
RGB Variations
Color information
#FC699B (or 0xFC699B) is known color: Brilliant Rose. HEX triplet: FC, 69 and 9B. RGB value is (252,105,155). Sum of RGB (Red+Green+Blue) = 252+105+155=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC699B is #039664. Grayscale: #9A9A9A. Windows color (decimal): -235109 or 10185212. OLE color: 10185212.
HSL color Cylindrical-coordinate representation of color #FC699B: hue angle of 339.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC699B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 155 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.01 |
| HSL | 339.59º | 0.96% | 0.7% | - |
| HSV(B) | 339.59º | 0.58% | 0.99% | - |
| XYZ | 51.11 | 33.17 | 34.72 | - |
| YUV | 154.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 155 | 0 | 0.58 | 0.38 | 0.01 | 339.59 | 0.96 | 0.7 |
| Hex | FC | 69 | 9B | 0 | 3A | 26 | 1 | 154 | 60 | 46 |
| Octal | 374 | 151 | 233 | 0 | 72 | 46 | 1 | 524 | 140 | 106 |
| Binary | 11111100 | 1101001 | 10011011 | 0 | 111010 | 100110 | 1 | 101010100 | 1100000 | 1000110 |
Color Harmonies of #FC699B
Complementary color
Monochromatic Colors of #FC699B
Black with #FC699B
Text Example
Text Example
White with #FC699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC699B; }
p { color: rgb(252,105,155); }
H1.HeaderClassName
{
color: #FC699B;
}
.AnyTagClassName
{
color: #FC699B;
}
</style>
background-color css
<style>
a { background-color: #FC699B; }
a { background-color: rgb(252,105,155); }
div.DivClassName
{
background-color: #FC699B;
}
.BgClassName
{
background-color: #FC699B;
}
</style>
border-color css
<style>
span { border-color: #FC699B; }
span { border-color: rgb(252,105,155); }
td.TdClassName
{
border-color: #FC699B;
}
.TagClassName
{
border-color: #FC699B;
}
</style>