Shades of Brilliant Rose #FC639A
Tints of Brilliant Rose #FC639A
RGB
CMYK
RGB Variations
Color information
#FC639A (or 0xFC639A) is known color: Brilliant Rose. HEX triplet: FC, 63 and 9A. RGB value is (252,99,154). Sum of RGB (Red+Green+Blue) = 252+99+154=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC639A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC639A is #039C65. Grayscale: #969696. Windows color (decimal): -236646 or 10118140. OLE color: 10118140.
HSL color Cylindrical-coordinate representation of color #FC639A: hue angle of 338.43º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC639A is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 154 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.01 |
| HSL | 338.43º | 0.96% | 0.69% | - |
| HSV(B) | 338.43º | 0.61% | 0.99% | - |
| XYZ | 50.44 | 31.95 | 34.08 | - |
| YUV | 151.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 154 | 0 | 0.61 | 0.39 | 0.01 | 338.43 | 0.96 | 0.69 |
| Hex | FC | 63 | 9A | 0 | 3D | 27 | 1 | 152 | 60 | 45 |
| Octal | 374 | 143 | 232 | 0 | 75 | 47 | 1 | 522 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10011010 | 0 | 111101 | 100111 | 1 | 101010010 | 1100000 | 1000101 |
Color Harmonies of #FC639A
Complementary color
Monochromatic Colors of #FC639A
Black with #FC639A
Text Example
Text Example
White with #FC639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC639A; }
p { color: rgb(252,99,154); }
H1.HeaderClassName
{
color: #FC639A;
}
.AnyTagClassName
{
color: #FC639A;
}
</style>
background-color css
<style>
a { background-color: #FC639A; }
a { background-color: rgb(252,99,154); }
div.DivClassName
{
background-color: #FC639A;
}
.BgClassName
{
background-color: #FC639A;
}
</style>
border-color css
<style>
span { border-color: #FC639A; }
span { border-color: rgb(252,99,154); }
td.TdClassName
{
border-color: #FC639A;
}
.TagClassName
{
border-color: #FC639A;
}
</style>