Shades of Brilliant Rose #FA459C
Tints of Brilliant Rose #FA459C
RGB
CMYK
RGB Variations
Color information
#FA459C (or 0xFA459C) is known color: Brilliant Rose. HEX triplet: FA, 45 and 9C. RGB value is (250,69,156). Sum of RGB (Red+Green+Blue) = 250+69+156=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA459C is #05BA63. Grayscale: #848484. Windows color (decimal): -375396 or 10241530. OLE color: 10241530.
HSL color Cylindrical-coordinate representation of color #FA459C: hue angle of 331.16º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA459C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 156 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.02 |
| HSL | 331.16º | 0.95% | 0.63% | - |
| HSV(B) | 331.16º | 0.72% | 0.98% | - |
| XYZ | 47.55 | 26.98 | 34.15 | - |
| YUV | 133.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 156 | 0 | 0.72 | 0.38 | 0.02 | 331.16 | 0.95 | 0.63 |
| Hex | FA | 45 | 9C | 0 | 48 | 26 | 2 | 14B | 5F | 3F |
| Octal | 372 | 105 | 234 | 0 | 110 | 46 | 2 | 513 | 137 | 77 |
| Binary | 11111010 | 1000101 | 10011100 | 0 | 1001000 | 100110 | 10 | 101001011 | 1011111 | 111111 |
Color Harmonies of #FA459C
Complementary color
Monochromatic Colors of #FA459C
Black with #FA459C
Text Example
Text Example
White with #FA459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA459C; }
p { color: rgb(250,69,156); }
H1.HeaderClassName
{
color: #FA459C;
}
.AnyTagClassName
{
color: #FA459C;
}
</style>
background-color css
<style>
a { background-color: #FA459C; }
a { background-color: rgb(250,69,156); }
div.DivClassName
{
background-color: #FA459C;
}
.BgClassName
{
background-color: #FA459C;
}
</style>
border-color css
<style>
span { border-color: #FA459C; }
span { border-color: rgb(250,69,156); }
td.TdClassName
{
border-color: #FA459C;
}
.TagClassName
{
border-color: #FA459C;
}
</style>