Shades of Brilliant Rose #FF4F9B
Tints of Brilliant Rose #FF4F9B
RGB
CMYK
RGB Variations
Color information
#FF4F9B (or 0xFF4F9B) is known color: Brilliant Rose. HEX triplet: FF, 4F and 9B. RGB value is (255,79,155). Sum of RGB (Red+Green+Blue) = 255+79+155=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F9B is #00B064. Grayscale: #8C8C8C. Windows color (decimal): -45157 or 10178559. OLE color: 10178559.
HSL color Cylindrical-coordinate representation of color #FF4F9B: hue angle of 334.09º 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 #FF4F9B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 155 | - |
| CMYK | 0 | 0.69 | 0.39 | 0 |
| HSL | 334.09º | 1% | 0.65% | - |
| HSV(B) | 334.09º | 0.69% | 1% | - |
| XYZ | 49.95 | 29.22 | 34.02 | - |
| YUV | 140.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 155 | 0 | 0.69 | 0.39 | 0 | 334.09 | 1 | 0.65 |
| Hex | FF | 4F | 9B | 0 | 45 | 27 | 0 | 14E | 64 | 41 |
| Octal | 377 | 117 | 233 | 0 | 105 | 47 | 0 | 516 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10011011 | 0 | 1000101 | 100111 | 0 | 101001110 | 1100100 | 1000001 |
Color Harmonies of #FF4F9B
Complementary color
Monochromatic Colors of #FF4F9B
Black with #FF4F9B
Text Example
Text Example
White with #FF4F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F9B; }
p { color: rgb(255,79,155); }
H1.HeaderClassName
{
color: #FF4F9B;
}
.AnyTagClassName
{
color: #FF4F9B;
}
</style>
background-color css
<style>
a { background-color: #FF4F9B; }
a { background-color: rgb(255,79,155); }
div.DivClassName
{
background-color: #FF4F9B;
}
.BgClassName
{
background-color: #FF4F9B;
}
</style>
border-color css
<style>
span { border-color: #FF4F9B; }
span { border-color: rgb(255,79,155); }
td.TdClassName
{
border-color: #FF4F9B;
}
.TagClassName
{
border-color: #FF4F9B;
}
</style>