Shades of Brilliant Rose #FA4F9E
Tints of Brilliant Rose #FA4F9E
RGB
CMYK
RGB Variations
Color information
#FA4F9E (or 0xFA4F9E) is known color: Brilliant Rose. HEX triplet: FA, 4F and 9E. RGB value is (250,79,158). Sum of RGB (Red+Green+Blue) = 250+79+158=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4F9E is #05B061. Grayscale: #8A8A8A. Windows color (decimal): -372834 or 10375162. OLE color: 10375162.
HSL color Cylindrical-coordinate representation of color #FA4F9E: hue angle of 332.28º 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 #FA4F9E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 158 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.02 |
| HSL | 332.28º | 0.94% | 0.65% | - |
| HSV(B) | 332.28º | 0.68% | 0.98% | - |
| XYZ | 48.39 | 28.38 | 35.28 | - |
| YUV | 139.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 158 | 0 | 0.68 | 0.37 | 0.02 | 332.28 | 0.94 | 0.65 |
| Hex | FA | 4F | 9E | 0 | 44 | 25 | 2 | 14C | 5E | 41 |
| Octal | 372 | 117 | 236 | 0 | 104 | 45 | 2 | 514 | 136 | 101 |
| Binary | 11111010 | 1001111 | 10011110 | 0 | 1000100 | 100101 | 10 | 101001100 | 1011110 | 1000001 |
Color Harmonies of #FA4F9E
Complementary color
Monochromatic Colors of #FA4F9E
Black with #FA4F9E
Text Example
Text Example
White with #FA4F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F9E; }
p { color: rgb(250,79,158); }
H1.HeaderClassName
{
color: #FA4F9E;
}
.AnyTagClassName
{
color: #FA4F9E;
}
</style>
background-color css
<style>
a { background-color: #FA4F9E; }
a { background-color: rgb(250,79,158); }
div.DivClassName
{
background-color: #FA4F9E;
}
.BgClassName
{
background-color: #FA4F9E;
}
</style>
border-color css
<style>
span { border-color: #FA4F9E; }
span { border-color: rgb(250,79,158); }
td.TdClassName
{
border-color: #FA4F9E;
}
.TagClassName
{
border-color: #FA4F9E;
}
</style>