Shades of Brilliant Rose #FA44A8
Tints of Brilliant Rose #FA44A8
RGB
CMYK
RGB Variations
Color information
#FA44A8 (or 0xFA44A8) is known color: Brilliant Rose. HEX triplet: FA, 44 and A8. RGB value is (250,68,168). Sum of RGB (Red+Green+Blue) = 250+68+168=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA44A8 is #05BB57. Grayscale: #858585. Windows color (decimal): -375640 or 11027706. OLE color: 11027706.
HSL color Cylindrical-coordinate representation of color #FA44A8: hue angle of 327.03º 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 #FA44A8 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 168 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.02 |
| HSL | 327.03º | 0.95% | 0.62% | - |
| HSV(B) | 327.03º | 0.73% | 0.98% | - |
| XYZ | 48.56 | 27.29 | 39.75 | - |
| YUV | 133.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 168 | 0 | 0.73 | 0.33 | 0.02 | 327.03 | 0.95 | 0.62 |
| Hex | FA | 44 | A8 | 0 | 49 | 21 | 2 | 147 | 5F | 3E |
| Octal | 372 | 104 | 250 | 0 | 111 | 41 | 2 | 507 | 137 | 76 |
| Binary | 11111010 | 1000100 | 10101000 | 0 | 1001001 | 100001 | 10 | 101000111 | 1011111 | 111110 |
Color Harmonies of #FA44A8
Complementary color
Monochromatic Colors of #FA44A8
Black with #FA44A8
Text Example
Text Example
White with #FA44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44A8; }
p { color: rgb(250,68,168); }
H1.HeaderClassName
{
color: #FA44A8;
}
.AnyTagClassName
{
color: #FA44A8;
}
</style>
background-color css
<style>
a { background-color: #FA44A8; }
a { background-color: rgb(250,68,168); }
div.DivClassName
{
background-color: #FA44A8;
}
.BgClassName
{
background-color: #FA44A8;
}
</style>
border-color css
<style>
span { border-color: #FA44A8; }
span { border-color: rgb(250,68,168); }
td.TdClassName
{
border-color: #FA44A8;
}
.TagClassName
{
border-color: #FA44A8;
}
</style>