Shades of Brilliant Rose #FA449F
Tints of Brilliant Rose #FA449F
RGB
CMYK
RGB Variations
Color information
#FA449F (or 0xFA449F) is known color: Brilliant Rose. HEX triplet: FA, 44 and 9F. RGB value is (250,68,159). Sum of RGB (Red+Green+Blue) = 250+68+159=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA449F is #05BB60. Grayscale: #848484. Windows color (decimal): -375649 or 10437882. OLE color: 10437882.
HSL color Cylindrical-coordinate representation of color #FA449F: hue angle of 330º 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 #FA449F is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 159 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.02 |
| HSL | 330º | 0.95% | 0.62% | - |
| HSV(B) | 330º | 0.73% | 0.98% | - |
| XYZ | 47.75 | 26.96 | 35.49 | - |
| YUV | 132.79 | 142.8 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 159 | 0 | 0.73 | 0.36 | 0.02 | 330 | 0.95 | 0.62 |
| Hex | FA | 44 | 9F | 0 | 49 | 24 | 2 | 14A | 5F | 3E |
| Octal | 372 | 104 | 237 | 0 | 111 | 44 | 2 | 512 | 137 | 76 |
| Binary | 11111010 | 1000100 | 10011111 | 0 | 1001001 | 100100 | 10 | 101001010 | 1011111 | 111110 |
Color Harmonies of #FA449F
Complementary color
Monochromatic Colors of #FA449F
Black with #FA449F
Text Example
Text Example
White with #FA449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA449F; }
p { color: rgb(250,68,159); }
H1.HeaderClassName
{
color: #FA449F;
}
.AnyTagClassName
{
color: #FA449F;
}
</style>
background-color css
<style>
a { background-color: #FA449F; }
a { background-color: rgb(250,68,159); }
div.DivClassName
{
background-color: #FA449F;
}
.BgClassName
{
background-color: #FA449F;
}
</style>
border-color css
<style>
span { border-color: #FA449F; }
span { border-color: rgb(250,68,159); }
td.TdClassName
{
border-color: #FA449F;
}
.TagClassName
{
border-color: #FA449F;
}
</style>