Shades of Brilliant Rose #FD6098
Tints of Brilliant Rose #FD6098
RGB
CMYK
RGB Variations
Color information
#FD6098 (or 0xFD6098) is known color: Brilliant Rose. HEX triplet: FD, 60 and 98. RGB value is (253,96,152). Sum of RGB (Red+Green+Blue) = 253+96+152=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6098 is #029F67. Grayscale: #959595. Windows color (decimal): -171880 or 9986301. OLE color: 9986301.
HSL color Cylindrical-coordinate representation of color #FD6098: hue angle of 338.6º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD6098 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 152 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.01 |
| HSL | 338.6º | 0.98% | 0.68% | - |
| HSV(B) | 338.6º | 0.62% | 0.99% | - |
| XYZ | 50.36 | 31.52 | 33.13 | - |
| YUV | 149.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 152 | 0 | 0.62 | 0.40 | 0.01 | 338.6 | 0.98 | 0.68 |
| Hex | FD | 60 | 98 | 0 | 3E | 28 | 1 | 153 | 62 | 44 |
| Octal | 375 | 140 | 230 | 0 | 76 | 50 | 1 | 523 | 142 | 104 |
| Binary | 11111101 | 1100000 | 10011000 | 0 | 111110 | 101000 | 1 | 101010011 | 1100010 | 1000100 |
Color Harmonies of #FD6098
Complementary color
Monochromatic Colors of #FD6098
Black with #FD6098
Text Example
Text Example
White with #FD6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6098; }
p { color: rgb(253,96,152); }
H1.HeaderClassName
{
color: #FD6098;
}
.AnyTagClassName
{
color: #FD6098;
}
</style>
background-color css
<style>
a { background-color: #FD6098; }
a { background-color: rgb(253,96,152); }
div.DivClassName
{
background-color: #FD6098;
}
.BgClassName
{
background-color: #FD6098;
}
</style>
border-color css
<style>
span { border-color: #FD6098; }
span { border-color: rgb(253,96,152); }
td.TdClassName
{
border-color: #FD6098;
}
.TagClassName
{
border-color: #FD6098;
}
</style>