Shades of Brilliant Rose #FA4FA2
Tints of Brilliant Rose #FA4FA2
RGB
CMYK
RGB Variations
Color information
#FA4FA2 (or 0xFA4FA2) is known color: Brilliant Rose. HEX triplet: FA, 4F and A2. RGB value is (250,79,162). Sum of RGB (Red+Green+Blue) = 250+79+162=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4FA2 is #05B05D. Grayscale: #8B8B8B. Windows color (decimal): -372830 or 10637306. OLE color: 10637306.
HSL color Cylindrical-coordinate representation of color #FA4FA2: hue angle of 330.88º 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 #FA4FA2 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 162 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.02 |
| HSL | 330.88º | 0.94% | 0.65% | - |
| HSV(B) | 330.88º | 0.68% | 0.98% | - |
| XYZ | 48.74 | 28.52 | 37.12 | - |
| YUV | 139.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 162 | 0 | 0.68 | 0.35 | 0.02 | 330.88 | 0.94 | 0.65 |
| Hex | FA | 4F | A2 | 0 | 44 | 23 | 2 | 14B | 5E | 41 |
| Octal | 372 | 117 | 242 | 0 | 104 | 43 | 2 | 513 | 136 | 101 |
| Binary | 11111010 | 1001111 | 10100010 | 0 | 1000100 | 100011 | 10 | 101001011 | 1011110 | 1000001 |
Color Harmonies of #FA4FA2
Complementary color
Monochromatic Colors of #FA4FA2
Black with #FA4FA2
Text Example
Text Example
White with #FA4FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4FA2; }
p { color: rgb(250,79,162); }
H1.HeaderClassName
{
color: #FA4FA2;
}
.AnyTagClassName
{
color: #FA4FA2;
}
</style>
background-color css
<style>
a { background-color: #FA4FA2; }
a { background-color: rgb(250,79,162); }
div.DivClassName
{
background-color: #FA4FA2;
}
.BgClassName
{
background-color: #FA4FA2;
}
</style>
border-color css
<style>
span { border-color: #FA4FA2; }
span { border-color: rgb(250,79,162); }
td.TdClassName
{
border-color: #FA4FA2;
}
.TagClassName
{
border-color: #FA4FA2;
}
</style>