Shades of Brilliant Rose #FA41AF
Tints of Brilliant Rose #FA41AF
RGB
CMYK
RGB Variations
Color information
#FA41AF (or 0xFA41AF) is known color: Brilliant Rose. HEX triplet: FA, 41 and AF. RGB value is (250,65,175). Sum of RGB (Red+Green+Blue) = 250+65+175=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA41AF is #05BE50. Grayscale: #848484. Windows color (decimal): -376401 or 11485690. OLE color: 11485690.
HSL color Cylindrical-coordinate representation of color #FA41AF: hue angle of 324.32º 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 #FA41AF is Cyan = 0, Magento = 0.74, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 175 | - |
| CMYK | 0 | 0.74 | 0.3 | 0.02 |
| HSL | 324.32º | 0.95% | 0.62% | - |
| HSV(B) | 324.32º | 0.74% | 0.98% | - |
| XYZ | 49.05 | 27.2 | 43.22 | - |
| YUV | 132.86 | 151.79 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 175 | 0 | 0.74 | 0.3 | 0.02 | 324.32 | 0.95 | 0.62 |
| Hex | FA | 41 | AF | 0 | 4A | 1E | 2 | 144 | 5F | 3E |
| Octal | 372 | 101 | 257 | 0 | 112 | 36 | 2 | 504 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10101111 | 0 | 1001010 | 11110 | 10 | 101000100 | 1011111 | 111110 |
Color Harmonies of #FA41AF
Complementary color
Monochromatic Colors of #FA41AF
Black with #FA41AF
Text Example
Text Example
White with #FA41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41AF; }
p { color: rgb(250,65,175); }
H1.HeaderClassName
{
color: #FA41AF;
}
.AnyTagClassName
{
color: #FA41AF;
}
</style>
background-color css
<style>
a { background-color: #FA41AF; }
a { background-color: rgb(250,65,175); }
div.DivClassName
{
background-color: #FA41AF;
}
.BgClassName
{
background-color: #FA41AF;
}
</style>
border-color css
<style>
span { border-color: #FA41AF; }
span { border-color: rgb(250,65,175); }
td.TdClassName
{
border-color: #FA41AF;
}
.TagClassName
{
border-color: #FA41AF;
}
</style>