Shades of Brilliant Rose #FA62A8
Tints of Brilliant Rose #FA62A8
RGB
CMYK
RGB Variations
Color information
#FA62A8 (or 0xFA62A8) is known color: Brilliant Rose. HEX triplet: FA, 62 and A8. RGB value is (250,98,168). Sum of RGB (Red+Green+Blue) = 250+98+168=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA62A8 is #059D57. Grayscale: #979797. Windows color (decimal): -367960 or 11035386. OLE color: 11035386.
HSL color Cylindrical-coordinate representation of color #FA62A8: hue angle of 332.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA62A8 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 168 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.02 |
| HSL | 332.37º | 0.94% | 0.68% | - |
| HSV(B) | 332.37º | 0.61% | 0.98% | - |
| XYZ | 50.86 | 31.89 | 40.52 | - |
| YUV | 151.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 168 | 0 | 0.61 | 0.33 | 0.02 | 332.37 | 0.94 | 0.68 |
| Hex | FA | 62 | A8 | 0 | 3D | 21 | 2 | 14C | 5E | 44 |
| Octal | 372 | 142 | 250 | 0 | 75 | 41 | 2 | 514 | 136 | 104 |
| Binary | 11111010 | 1100010 | 10101000 | 0 | 111101 | 100001 | 10 | 101001100 | 1011110 | 1000100 |
Color Harmonies of #FA62A8
Complementary color
Monochromatic Colors of #FA62A8
Black with #FA62A8
Text Example
Text Example
White with #FA62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA62A8; }
p { color: rgb(250,98,168); }
H1.HeaderClassName
{
color: #FA62A8;
}
.AnyTagClassName
{
color: #FA62A8;
}
</style>
background-color css
<style>
a { background-color: #FA62A8; }
a { background-color: rgb(250,98,168); }
div.DivClassName
{
background-color: #FA62A8;
}
.BgClassName
{
background-color: #FA62A8;
}
</style>
border-color css
<style>
span { border-color: #FA62A8; }
span { border-color: rgb(250,98,168); }
td.TdClassName
{
border-color: #FA62A8;
}
.TagClassName
{
border-color: #FA62A8;
}
</style>