Shades of Brilliant Rose #FF4F9D
Tints of Brilliant Rose #FF4F9D
RGB
CMYK
RGB Variations
Color information
#FF4F9D (or 0xFF4F9D) is known color: Brilliant Rose. HEX triplet: FF, 4F and 9D. RGB value is (255,79,157). Sum of RGB (Red+Green+Blue) = 255+79+157=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F9D is #00B062. Grayscale: #8C8C8C. Windows color (decimal): -45155 or 10309631. OLE color: 10309631.
HSL color Cylindrical-coordinate representation of color #FF4F9D: hue angle of 333.41º 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 #FF4F9D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 157 | - |
| CMYK | 0 | 0.69 | 0.38 | 0 |
| HSL | 333.41º | 1% | 0.65% | - |
| HSV(B) | 333.41º | 0.69% | 1% | - |
| XYZ | 50.12 | 29.29 | 34.91 | - |
| YUV | 140.52 | 137.31 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 157 | 0 | 0.69 | 0.38 | 0 | 333.41 | 1 | 0.65 |
| Hex | FF | 4F | 9D | 0 | 45 | 26 | 0 | 14D | 64 | 41 |
| Octal | 377 | 117 | 235 | 0 | 105 | 46 | 0 | 515 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10011101 | 0 | 1000101 | 100110 | 0 | 101001101 | 1100100 | 1000001 |
Color Harmonies of #FF4F9D
Complementary color
Monochromatic Colors of #FF4F9D
Black with #FF4F9D
Text Example
Text Example
White with #FF4F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F9D; }
p { color: rgb(255,79,157); }
H1.HeaderClassName
{
color: #FF4F9D;
}
.AnyTagClassName
{
color: #FF4F9D;
}
</style>
background-color css
<style>
a { background-color: #FF4F9D; }
a { background-color: rgb(255,79,157); }
div.DivClassName
{
background-color: #FF4F9D;
}
.BgClassName
{
background-color: #FF4F9D;
}
</style>
border-color css
<style>
span { border-color: #FF4F9D; }
span { border-color: rgb(255,79,157); }
td.TdClassName
{
border-color: #FF4F9D;
}
.TagClassName
{
border-color: #FF4F9D;
}
</style>