Shades of Brilliant Rose #FF4D97
Tints of Brilliant Rose #FF4D97
RGB
CMYK
RGB Variations
Color information
#FF4D97 (or 0xFF4D97) is known color: Brilliant Rose. HEX triplet: FF, 4D and 97. RGB value is (255,77,151). Sum of RGB (Red+Green+Blue) = 255+77+151=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D97 is #00B268. Grayscale: #8A8A8A. Windows color (decimal): -45673 or 9915903. OLE color: 9915903.
HSL color Cylindrical-coordinate representation of color #FF4D97: hue angle of 335.06º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4D97 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 151 | - |
| CMYK | 0 | 0.70 | 0.41 | 0 |
| HSL | 335.06º | 1% | 0.65% | - |
| HSV(B) | 335.06º | 0.7% | 1% | - |
| XYZ | 49.48 | 28.8 | 32.23 | - |
| YUV | 138.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 151 | 0 | 0.70 | 0.41 | 0 | 335.06 | 1 | 0.65 |
| Hex | FF | 4D | 97 | 0 | 46 | 29 | 0 | 14F | 64 | 41 |
| Octal | 377 | 115 | 227 | 0 | 106 | 51 | 0 | 517 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10010111 | 0 | 1000110 | 101001 | 0 | 101001111 | 1100100 | 1000001 |
Color Harmonies of #FF4D97
Complementary color
Monochromatic Colors of #FF4D97
Black with #FF4D97
Text Example
Text Example
White with #FF4D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D97; }
p { color: rgb(255,77,151); }
H1.HeaderClassName
{
color: #FF4D97;
}
.AnyTagClassName
{
color: #FF4D97;
}
</style>
background-color css
<style>
a { background-color: #FF4D97; }
a { background-color: rgb(255,77,151); }
div.DivClassName
{
background-color: #FF4D97;
}
.BgClassName
{
background-color: #FF4D97;
}
</style>
border-color css
<style>
span { border-color: #FF4D97; }
span { border-color: rgb(255,77,151); }
td.TdClassName
{
border-color: #FF4D97;
}
.TagClassName
{
border-color: #FF4D97;
}
</style>