Shades of Brilliant Rose #FF4F9E
Tints of Brilliant Rose #FF4F9E
RGB
CMYK
RGB Variations
Color information
#FF4F9E (or 0xFF4F9E) is known color: Brilliant Rose. HEX triplet: FF, 4F and 9E. RGB value is (255,79,158). Sum of RGB (Red+Green+Blue) = 255+79+158=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F9E is #00B061. Grayscale: #8C8C8C. Windows color (decimal): -45154 or 10375167. OLE color: 10375167.
HSL color Cylindrical-coordinate representation of color #FF4F9E: hue angle of 333.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4F9E is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 158 | - |
| CMYK | 0 | 0.69 | 0.38 | 0 |
| HSL | 333.07º | 1% | 0.65% | - |
| HSV(B) | 333.07º | 0.69% | 1% | - |
| XYZ | 50.21 | 29.32 | 35.36 | - |
| YUV | 140.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 158 | 0 | 0.69 | 0.38 | 0 | 333.07 | 1 | 0.65 |
| Hex | FF | 4F | 9E | 0 | 45 | 26 | 0 | 14D | 64 | 41 |
| Octal | 377 | 117 | 236 | 0 | 105 | 46 | 0 | 515 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10011110 | 0 | 1000101 | 100110 | 0 | 101001101 | 1100100 | 1000001 |
Color Harmonies of #FF4F9E
Complementary color
Monochromatic Colors of #FF4F9E
Black with #FF4F9E
Text Example
Text Example
White with #FF4F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F9E; }
p { color: rgb(255,79,158); }
H1.HeaderClassName
{
color: #FF4F9E;
}
.AnyTagClassName
{
color: #FF4F9E;
}
</style>
background-color css
<style>
a { background-color: #FF4F9E; }
a { background-color: rgb(255,79,158); }
div.DivClassName
{
background-color: #FF4F9E;
}
.BgClassName
{
background-color: #FF4F9E;
}
</style>
border-color css
<style>
span { border-color: #FF4F9E; }
span { border-color: rgb(255,79,158); }
td.TdClassName
{
border-color: #FF4F9E;
}
.TagClassName
{
border-color: #FF4F9E;
}
</style>