Shades of Brilliant Rose #FA52A8
Tints of Brilliant Rose #FA52A8
RGB
CMYK
RGB Variations
Color information
#FA52A8 (or 0xFA52A8) is known color: Brilliant Rose. HEX triplet: FA, 52 and A8. RGB value is (250,82,168). Sum of RGB (Red+Green+Blue) = 250+82+168=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA52A8 is #05AD57. Grayscale: #8D8D8D. Windows color (decimal): -372056 or 11031290. OLE color: 11031290.
HSL color Cylindrical-coordinate representation of color #FA52A8: hue angle of 329.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA52A8 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 168 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.02 |
| HSL | 329.29º | 0.94% | 0.65% | - |
| HSV(B) | 329.29º | 0.67% | 0.98% | - |
| XYZ | 49.51 | 29.19 | 40.07 | - |
| YUV | 142.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 168 | 0 | 0.67 | 0.33 | 0.02 | 329.29 | 0.94 | 0.65 |
| Hex | FA | 52 | A8 | 0 | 43 | 21 | 2 | 149 | 5E | 41 |
| Octal | 372 | 122 | 250 | 0 | 103 | 41 | 2 | 511 | 136 | 101 |
| Binary | 11111010 | 1010010 | 10101000 | 0 | 1000011 | 100001 | 10 | 101001001 | 1011110 | 1000001 |
Color Harmonies of #FA52A8
Complementary color
Monochromatic Colors of #FA52A8
Black with #FA52A8
Text Example
Text Example
White with #FA52A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA52A8; }
p { color: rgb(250,82,168); }
H1.HeaderClassName
{
color: #FA52A8;
}
.AnyTagClassName
{
color: #FA52A8;
}
</style>
background-color css
<style>
a { background-color: #FA52A8; }
a { background-color: rgb(250,82,168); }
div.DivClassName
{
background-color: #FA52A8;
}
.BgClassName
{
background-color: #FA52A8;
}
</style>
border-color css
<style>
span { border-color: #FA52A8; }
span { border-color: rgb(250,82,168); }
td.TdClassName
{
border-color: #FA52A8;
}
.TagClassName
{
border-color: #FA52A8;
}
</style>