Shades of Brilliant Rose #FA5CA2
Tints of Brilliant Rose #FA5CA2
RGB
CMYK
RGB Variations
Color information
#FA5CA2 (or 0xFA5CA2) is known color: Brilliant Rose. HEX triplet: FA, 5C and A2. RGB value is (250,92,162). Sum of RGB (Red+Green+Blue) = 250+92+162=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5CA2 is #05A35D. Grayscale: #939393. Windows color (decimal): -369502 or 10640634. OLE color: 10640634.
HSL color Cylindrical-coordinate representation of color #FA5CA2: hue angle of 333.42º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5CA2 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 162 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.02 |
| HSL | 333.42º | 0.94% | 0.67% | - |
| HSV(B) | 333.42º | 0.63% | 0.98% | - |
| XYZ | 49.77 | 30.59 | 37.46 | - |
| YUV | 147.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 162 | 0 | 0.63 | 0.35 | 0.02 | 333.42 | 0.94 | 0.67 |
| Hex | FA | 5C | A2 | 0 | 3F | 23 | 2 | 14D | 5E | 43 |
| Octal | 372 | 134 | 242 | 0 | 77 | 43 | 2 | 515 | 136 | 103 |
| Binary | 11111010 | 1011100 | 10100010 | 0 | 111111 | 100011 | 10 | 101001101 | 1011110 | 1000011 |
Color Harmonies of #FA5CA2
Complementary color
Monochromatic Colors of #FA5CA2
Black with #FA5CA2
Text Example
Text Example
White with #FA5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CA2; }
p { color: rgb(250,92,162); }
H1.HeaderClassName
{
color: #FA5CA2;
}
.AnyTagClassName
{
color: #FA5CA2;
}
</style>
background-color css
<style>
a { background-color: #FA5CA2; }
a { background-color: rgb(250,92,162); }
div.DivClassName
{
background-color: #FA5CA2;
}
.BgClassName
{
background-color: #FA5CA2;
}
</style>
border-color css
<style>
span { border-color: #FA5CA2; }
span { border-color: rgb(250,92,162); }
td.TdClassName
{
border-color: #FA5CA2;
}
.TagClassName
{
border-color: #FA5CA2;
}
</style>