Shades of Brilliant Rose #FA4F9D
Tints of Brilliant Rose #FA4F9D
RGB
CMYK
RGB Variations
Color information
#FA4F9D (or 0xFA4F9D) is known color: Brilliant Rose. HEX triplet: FA, 4F and 9D. RGB value is (250,79,157). Sum of RGB (Red+Green+Blue) = 250+79+157=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4F9D is #05B062. Grayscale: #8A8A8A. Windows color (decimal): -372835 or 10309626. OLE color: 10309626.
HSL color Cylindrical-coordinate representation of color #FA4F9D: hue angle of 332.63º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4F9D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 157 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.02 |
| HSL | 332.63º | 0.94% | 0.65% | - |
| HSV(B) | 332.63º | 0.68% | 0.98% | - |
| XYZ | 48.31 | 28.35 | 34.82 | - |
| YUV | 139.02 | 138.15 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 157 | 0 | 0.68 | 0.37 | 0.02 | 332.63 | 0.94 | 0.65 |
| Hex | FA | 4F | 9D | 0 | 44 | 25 | 2 | 14D | 5E | 41 |
| Octal | 372 | 117 | 235 | 0 | 104 | 45 | 2 | 515 | 136 | 101 |
| Binary | 11111010 | 1001111 | 10011101 | 0 | 1000100 | 100101 | 10 | 101001101 | 1011110 | 1000001 |
Color Harmonies of #FA4F9D
Complementary color
Monochromatic Colors of #FA4F9D
Black with #FA4F9D
Text Example
Text Example
White with #FA4F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F9D; }
p { color: rgb(250,79,157); }
H1.HeaderClassName
{
color: #FA4F9D;
}
.AnyTagClassName
{
color: #FA4F9D;
}
</style>
background-color css
<style>
a { background-color: #FA4F9D; }
a { background-color: rgb(250,79,157); }
div.DivClassName
{
background-color: #FA4F9D;
}
.BgClassName
{
background-color: #FA4F9D;
}
</style>
border-color css
<style>
span { border-color: #FA4F9D; }
span { border-color: rgb(250,79,157); }
td.TdClassName
{
border-color: #FA4F9D;
}
.TagClassName
{
border-color: #FA4F9D;
}
</style>