Shades of Brilliant Rose #FC669D
Tints of Brilliant Rose #FC669D
RGB
CMYK
RGB Variations
Color information
#FC669D (or 0xFC669D) is known color: Brilliant Rose. HEX triplet: FC, 66 and 9D. RGB value is (252,102,157). Sum of RGB (Red+Green+Blue) = 252+102+157=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC669D is #039962. Grayscale: #999999. Windows color (decimal): -235875 or 10315516. OLE color: 10315516.
HSL color Cylindrical-coordinate representation of color #FC669D: hue angle of 338º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC669D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 157 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.01 |
| HSL | 338º | 0.96% | 0.69% | - |
| HSV(B) | 338º | 0.6% | 0.99% | - |
| XYZ | 50.98 | 32.63 | 35.51 | - |
| YUV | 153.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 157 | 0 | 0.60 | 0.38 | 0.01 | 338 | 0.96 | 0.69 |
| Hex | FC | 66 | 9D | 0 | 3C | 26 | 1 | 152 | 60 | 45 |
| Octal | 374 | 146 | 235 | 0 | 74 | 46 | 1 | 522 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10011101 | 0 | 111100 | 100110 | 1 | 101010010 | 1100000 | 1000101 |
Color Harmonies of #FC669D
Complementary color
Monochromatic Colors of #FC669D
Black with #FC669D
Text Example
Text Example
White with #FC669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC669D; }
p { color: rgb(252,102,157); }
H1.HeaderClassName
{
color: #FC669D;
}
.AnyTagClassName
{
color: #FC669D;
}
</style>
background-color css
<style>
a { background-color: #FC669D; }
a { background-color: rgb(252,102,157); }
div.DivClassName
{
background-color: #FC669D;
}
.BgClassName
{
background-color: #FC669D;
}
</style>
border-color css
<style>
span { border-color: #FC669D; }
span { border-color: rgb(252,102,157); }
td.TdClassName
{
border-color: #FC669D;
}
.TagClassName
{
border-color: #FC669D;
}
</style>