Shades of Brilliant Rose #FC62A3
Tints of Brilliant Rose #FC62A3
RGB
CMYK
RGB Variations
Color information
#FC62A3 (or 0xFC62A3) is known color: Brilliant Rose. HEX triplet: FC, 62 and A3. RGB value is (252,98,163). Sum of RGB (Red+Green+Blue) = 252+98+163=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC62A3 is #039D5C. Grayscale: #979797. Windows color (decimal): -236893 or 10707708. OLE color: 10707708.
HSL color Cylindrical-coordinate representation of color #FC62A3: hue angle of 334.68º 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 #FC62A3 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 163 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.01 |
| HSL | 334.68º | 0.96% | 0.69% | - |
| HSV(B) | 334.68º | 0.61% | 0.99% | - |
| XYZ | 51.12 | 32.08 | 38.15 | - |
| YUV | 151.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 163 | 0 | 0.61 | 0.35 | 0.01 | 334.68 | 0.96 | 0.69 |
| Hex | FC | 62 | A3 | 0 | 3D | 23 | 1 | 14F | 60 | 45 |
| Octal | 374 | 142 | 243 | 0 | 75 | 43 | 1 | 517 | 140 | 105 |
| Binary | 11111100 | 1100010 | 10100011 | 0 | 111101 | 100011 | 1 | 101001111 | 1100000 | 1000101 |
Color Harmonies of #FC62A3
Complementary color
Monochromatic Colors of #FC62A3
Black with #FC62A3
Text Example
Text Example
White with #FC62A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC62A3; }
p { color: rgb(252,98,163); }
H1.HeaderClassName
{
color: #FC62A3;
}
.AnyTagClassName
{
color: #FC62A3;
}
</style>
background-color css
<style>
a { background-color: #FC62A3; }
a { background-color: rgb(252,98,163); }
div.DivClassName
{
background-color: #FC62A3;
}
.BgClassName
{
background-color: #FC62A3;
}
</style>
border-color css
<style>
span { border-color: #FC62A3; }
span { border-color: rgb(252,98,163); }
td.TdClassName
{
border-color: #FC62A3;
}
.TagClassName
{
border-color: #FC62A3;
}
</style>