Shades of Brilliant Rose #FF4A98
Tints of Brilliant Rose #FF4A98
RGB
CMYK
RGB Variations
Color information
#FF4A98 (or 0xFF4A98) is known color: Brilliant Rose. HEX triplet: FF, 4A and 98. RGB value is (255,74,152). Sum of RGB (Red+Green+Blue) = 255+74+152=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A98 is #00B567. Grayscale: #888888. Windows color (decimal): -46440 or 9980671. OLE color: 9980671.
HSL color Cylindrical-coordinate representation of color #FF4A98: hue angle of 334.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A98 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 152 | - |
| CMYK | 0 | 0.71 | 0.40 | 0 |
| HSL | 334.14º | 1% | 0.65% | - |
| HSV(B) | 334.14º | 0.71% | 1% | - |
| XYZ | 49.36 | 28.42 | 32.59 | - |
| YUV | 137.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 152 | 0 | 0.71 | 0.40 | 0 | 334.14 | 1 | 0.65 |
| Hex | FF | 4A | 98 | 0 | 47 | 28 | 0 | 14E | 64 | 41 |
| Octal | 377 | 112 | 230 | 0 | 107 | 50 | 0 | 516 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10011000 | 0 | 1000111 | 101000 | 0 | 101001110 | 1100100 | 1000001 |
Color Harmonies of #FF4A98
Complementary color
Monochromatic Colors of #FF4A98
Black with #FF4A98
Text Example
Text Example
White with #FF4A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A98; }
p { color: rgb(255,74,152); }
H1.HeaderClassName
{
color: #FF4A98;
}
.AnyTagClassName
{
color: #FF4A98;
}
</style>
background-color css
<style>
a { background-color: #FF4A98; }
a { background-color: rgb(255,74,152); }
div.DivClassName
{
background-color: #FF4A98;
}
.BgClassName
{
background-color: #FF4A98;
}
</style>
border-color css
<style>
span { border-color: #FF4A98; }
span { border-color: rgb(255,74,152); }
td.TdClassName
{
border-color: #FF4A98;
}
.TagClassName
{
border-color: #FF4A98;
}
</style>