Shades of Brilliant Rose #FF4998
Tints of Brilliant Rose #FF4998
RGB
CMYK
RGB Variations
Color information
#FF4998 (or 0xFF4998) is known color: Brilliant Rose. HEX triplet: FF, 49 and 98. RGB value is (255,73,152). Sum of RGB (Red+Green+Blue) = 255+73+152=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4998 is #00B667. Grayscale: #888888. Windows color (decimal): -46696 or 9980415. OLE color: 9980415.
HSL color Cylindrical-coordinate representation of color #FF4998: hue angle of 333.96º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4998 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 152 | - |
| CMYK | 0 | 0.71 | 0.40 | 0 |
| HSL | 333.96º | 1% | 0.64% | - |
| HSV(B) | 333.96º | 0.71% | 1% | - |
| XYZ | 49.29 | 28.29 | 32.57 | - |
| YUV | 136.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 152 | 0 | 0.71 | 0.40 | 0 | 333.96 | 1 | 0.64 |
| Hex | FF | 49 | 98 | 0 | 47 | 28 | 0 | 14E | 64 | 40 |
| Octal | 377 | 111 | 230 | 0 | 107 | 50 | 0 | 516 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10011000 | 0 | 1000111 | 101000 | 0 | 101001110 | 1100100 | 1000000 |
Color Harmonies of #FF4998
Complementary color
Monochromatic Colors of #FF4998
Black with #FF4998
Text Example
Text Example
White with #FF4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4998; }
p { color: rgb(255,73,152); }
H1.HeaderClassName
{
color: #FF4998;
}
.AnyTagClassName
{
color: #FF4998;
}
</style>
background-color css
<style>
a { background-color: #FF4998; }
a { background-color: rgb(255,73,152); }
div.DivClassName
{
background-color: #FF4998;
}
.BgClassName
{
background-color: #FF4998;
}
</style>
border-color css
<style>
span { border-color: #FF4998; }
span { border-color: rgb(255,73,152); }
td.TdClassName
{
border-color: #FF4998;
}
.TagClassName
{
border-color: #FF4998;
}
</style>