Shades of Brilliant Rose #FA44A0
Tints of Brilliant Rose #FA44A0
RGB
CMYK
RGB Variations
Color information
#FA44A0 (or 0xFA44A0) is known color: Brilliant Rose. HEX triplet: FA, 44 and A0. RGB value is (250,68,160). Sum of RGB (Red+Green+Blue) = 250+68+160=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA44A0 is #05BB5F. Grayscale: #848484. Windows color (decimal): -375648 or 10503418. OLE color: 10503418.
HSL color Cylindrical-coordinate representation of color #FA44A0: hue angle of 329.67º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44A0 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 160 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.02 |
| HSL | 329.67º | 0.95% | 0.62% | - |
| HSV(B) | 329.67º | 0.73% | 0.98% | - |
| XYZ | 47.84 | 27 | 35.95 | - |
| YUV | 132.91 | 143.3 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 160 | 0 | 0.73 | 0.36 | 0.02 | 329.67 | 0.95 | 0.62 |
| Hex | FA | 44 | A0 | 0 | 49 | 24 | 2 | 14A | 5F | 3E |
| Octal | 372 | 104 | 240 | 0 | 111 | 44 | 2 | 512 | 137 | 76 |
| Binary | 11111010 | 1000100 | 10100000 | 0 | 1001001 | 100100 | 10 | 101001010 | 1011111 | 111110 |
Color Harmonies of #FA44A0
Complementary color
Monochromatic Colors of #FA44A0
Black with #FA44A0
Text Example
Text Example
White with #FA44A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44A0; }
p { color: rgb(250,68,160); }
H1.HeaderClassName
{
color: #FA44A0;
}
.AnyTagClassName
{
color: #FA44A0;
}
</style>
background-color css
<style>
a { background-color: #FA44A0; }
a { background-color: rgb(250,68,160); }
div.DivClassName
{
background-color: #FA44A0;
}
.BgClassName
{
background-color: #FA44A0;
}
</style>
border-color css
<style>
span { border-color: #FA44A0; }
span { border-color: rgb(250,68,160); }
td.TdClassName
{
border-color: #FA44A0;
}
.TagClassName
{
border-color: #FA44A0;
}
</style>