Shades of Brilliant Rose #FA529C
Tints of Brilliant Rose #FA529C
RGB
CMYK
RGB Variations
Color information
#FA529C (or 0xFA529C) is known color: Brilliant Rose. HEX triplet: FA, 52 and 9C. RGB value is (250,82,156). Sum of RGB (Red+Green+Blue) = 250+82+156=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA529C is #05AD63. Grayscale: #8C8C8C. Windows color (decimal): -372068 or 10244858. OLE color: 10244858.
HSL color Cylindrical-coordinate representation of color #FA529C: hue angle of 333.57º 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 #FA529C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 156 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.02 |
| HSL | 333.57º | 0.94% | 0.65% | - |
| HSV(B) | 333.57º | 0.67% | 0.98% | - |
| XYZ | 48.44 | 28.76 | 34.45 | - |
| YUV | 140.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 156 | 0 | 0.67 | 0.38 | 0.02 | 333.57 | 0.94 | 0.65 |
| Hex | FA | 52 | 9C | 0 | 43 | 26 | 2 | 14E | 5E | 41 |
| Octal | 372 | 122 | 234 | 0 | 103 | 46 | 2 | 516 | 136 | 101 |
| Binary | 11111010 | 1010010 | 10011100 | 0 | 1000011 | 100110 | 10 | 101001110 | 1011110 | 1000001 |
Color Harmonies of #FA529C
Complementary color
Monochromatic Colors of #FA529C
Black with #FA529C
Text Example
Text Example
White with #FA529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA529C; }
p { color: rgb(250,82,156); }
H1.HeaderClassName
{
color: #FA529C;
}
.AnyTagClassName
{
color: #FA529C;
}
</style>
background-color css
<style>
a { background-color: #FA529C; }
a { background-color: rgb(250,82,156); }
div.DivClassName
{
background-color: #FA529C;
}
.BgClassName
{
background-color: #FA529C;
}
</style>
border-color css
<style>
span { border-color: #FA529C; }
span { border-color: rgb(250,82,156); }
td.TdClassName
{
border-color: #FA529C;
}
.TagClassName
{
border-color: #FA529C;
}
</style>