Shades of Brilliant Rose #FA41AD
Tints of Brilliant Rose #FA41AD
RGB
CMYK
RGB Variations
Color information
#FA41AD (or 0xFA41AD) is known color: Brilliant Rose. HEX triplet: FA, 41 and AD. RGB value is (250,65,173). Sum of RGB (Red+Green+Blue) = 250+65+173=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA41AD is #05BE52. Grayscale: #848484. Windows color (decimal): -376403 or 11354618. OLE color: 11354618.
HSL color Cylindrical-coordinate representation of color #FA41AD: hue angle of 324.97º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA41AD is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 173 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.02 |
| HSL | 324.97º | 0.95% | 0.62% | - |
| HSV(B) | 324.97º | 0.74% | 0.98% | - |
| XYZ | 48.86 | 27.12 | 42.2 | - |
| YUV | 132.63 | 150.79 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 173 | 0 | 0.74 | 0.31 | 0.02 | 324.97 | 0.95 | 0.62 |
| Hex | FA | 41 | AD | 0 | 4A | 1F | 2 | 145 | 5F | 3E |
| Octal | 372 | 101 | 255 | 0 | 112 | 37 | 2 | 505 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10101101 | 0 | 1001010 | 11111 | 10 | 101000101 | 1011111 | 111110 |
Color Harmonies of #FA41AD
Complementary color
Monochromatic Colors of #FA41AD
Black with #FA41AD
Text Example
Text Example
White with #FA41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41AD; }
p { color: rgb(250,65,173); }
H1.HeaderClassName
{
color: #FA41AD;
}
.AnyTagClassName
{
color: #FA41AD;
}
</style>
background-color css
<style>
a { background-color: #FA41AD; }
a { background-color: rgb(250,65,173); }
div.DivClassName
{
background-color: #FA41AD;
}
.BgClassName
{
background-color: #FA41AD;
}
</style>
border-color css
<style>
span { border-color: #FA41AD; }
span { border-color: rgb(250,65,173); }
td.TdClassName
{
border-color: #FA41AD;
}
.TagClassName
{
border-color: #FA41AD;
}
</style>