Shades of Brilliant Rose #FA49AF
Tints of Brilliant Rose #FA49AF
RGB
CMYK
RGB Variations
Color information
#FA49AF (or 0xFA49AF) is known color: Brilliant Rose. HEX triplet: FA, 49 and AF. RGB value is (250,73,175). Sum of RGB (Red+Green+Blue) = 250+73+175=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA49AF is #05B650. Grayscale: #898989. Windows color (decimal): -374353 or 11487738. OLE color: 11487738.
HSL color Cylindrical-coordinate representation of color #FA49AF: hue angle of 325.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49AF is Cyan = 0, Magento = 0.71, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 175 | - |
| CMYK | 0 | 0.71 | 0.3 | 0.02 |
| HSL | 325.42º | 0.95% | 0.63% | - |
| HSV(B) | 325.42º | 0.71% | 0.98% | - |
| XYZ | 49.54 | 28.18 | 43.39 | - |
| YUV | 137.55 | 149.14 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 175 | 0 | 0.71 | 0.3 | 0.02 | 325.42 | 0.95 | 0.63 |
| Hex | FA | 49 | AF | 0 | 47 | 1E | 2 | 145 | 5F | 3F |
| Octal | 372 | 111 | 257 | 0 | 107 | 36 | 2 | 505 | 137 | 77 |
| Binary | 11111010 | 1001001 | 10101111 | 0 | 1000111 | 11110 | 10 | 101000101 | 1011111 | 111111 |
Color Harmonies of #FA49AF
Complementary color
Monochromatic Colors of #FA49AF
Black with #FA49AF
Text Example
Text Example
White with #FA49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49AF; }
p { color: rgb(250,73,175); }
H1.HeaderClassName
{
color: #FA49AF;
}
.AnyTagClassName
{
color: #FA49AF;
}
</style>
background-color css
<style>
a { background-color: #FA49AF; }
a { background-color: rgb(250,73,175); }
div.DivClassName
{
background-color: #FA49AF;
}
.BgClassName
{
background-color: #FA49AF;
}
</style>
border-color css
<style>
span { border-color: #FA49AF; }
span { border-color: rgb(250,73,175); }
td.TdClassName
{
border-color: #FA49AF;
}
.TagClassName
{
border-color: #FA49AF;
}
</style>