Shades of Brilliant Rose #FA6098
Tints of Brilliant Rose #FA6098
RGB
CMYK
RGB Variations
Color information
#FA6098 (or 0xFA6098) is known color: Brilliant Rose. HEX triplet: FA, 60 and 98. RGB value is (250,96,152). Sum of RGB (Red+Green+Blue) = 250+96+152=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6098 is #059F67. Grayscale: #949494. Windows color (decimal): -368488 or 9986298. OLE color: 9986298.
HSL color Cylindrical-coordinate representation of color #FA6098: hue angle of 338.18º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA6098 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 152 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.02 |
| HSL | 338.18º | 0.94% | 0.68% | - |
| HSV(B) | 338.18º | 0.62% | 0.98% | - |
| XYZ | 49.27 | 30.96 | 33.08 | - |
| YUV | 148.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 152 | 0 | 0.62 | 0.39 | 0.02 | 338.18 | 0.94 | 0.68 |
| Hex | FA | 60 | 98 | 0 | 3E | 27 | 2 | 152 | 5E | 44 |
| Octal | 372 | 140 | 230 | 0 | 76 | 47 | 2 | 522 | 136 | 104 |
| Binary | 11111010 | 1100000 | 10011000 | 0 | 111110 | 100111 | 10 | 101010010 | 1011110 | 1000100 |
Color Harmonies of #FA6098
Complementary color
Monochromatic Colors of #FA6098
Black with #FA6098
Text Example
Text Example
White with #FA6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6098; }
p { color: rgb(250,96,152); }
H1.HeaderClassName
{
color: #FA6098;
}
.AnyTagClassName
{
color: #FA6098;
}
</style>
background-color css
<style>
a { background-color: #FA6098; }
a { background-color: rgb(250,96,152); }
div.DivClassName
{
background-color: #FA6098;
}
.BgClassName
{
background-color: #FA6098;
}
</style>
border-color css
<style>
span { border-color: #FA6098; }
span { border-color: rgb(250,96,152); }
td.TdClassName
{
border-color: #FA6098;
}
.TagClassName
{
border-color: #FA6098;
}
</style>