Shades of Brilliant Rose #FF4B9F
Tints of Brilliant Rose #FF4B9F
RGB
CMYK
RGB Variations
Color information
#FF4B9F (or 0xFF4B9F) is known color: Brilliant Rose. HEX triplet: FF, 4B and 9F. RGB value is (255,75,159). Sum of RGB (Red+Green+Blue) = 255+75+159=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B9F is #00B460. Grayscale: #8A8A8A. Windows color (decimal): -46177 or 10439679. OLE color: 10439679.
HSL color Cylindrical-coordinate representation of color #FF4B9F: hue angle of 332º 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 #FF4B9F is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 159 | - |
| CMYK | 0 | 0.71 | 0.38 | 0 |
| HSL | 332º | 1% | 0.65% | - |
| HSV(B) | 332º | 0.71% | 1% | - |
| XYZ | 50.01 | 28.8 | 35.72 | - |
| YUV | 138.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 159 | 0 | 0.71 | 0.38 | 0 | 332 | 1 | 0.65 |
| Hex | FF | 4B | 9F | 0 | 47 | 26 | 0 | 14C | 64 | 41 |
| Octal | 377 | 113 | 237 | 0 | 107 | 46 | 0 | 514 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10011111 | 0 | 1000111 | 100110 | 0 | 101001100 | 1100100 | 1000001 |
Color Harmonies of #FF4B9F
Complementary color
Monochromatic Colors of #FF4B9F
Black with #FF4B9F
Text Example
Text Example
White with #FF4B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B9F; }
p { color: rgb(255,75,159); }
H1.HeaderClassName
{
color: #FF4B9F;
}
.AnyTagClassName
{
color: #FF4B9F;
}
</style>
background-color css
<style>
a { background-color: #FF4B9F; }
a { background-color: rgb(255,75,159); }
div.DivClassName
{
background-color: #FF4B9F;
}
.BgClassName
{
background-color: #FF4B9F;
}
</style>
border-color css
<style>
span { border-color: #FF4B9F; }
span { border-color: rgb(255,75,159); }
td.TdClassName
{
border-color: #FF4B9F;
}
.TagClassName
{
border-color: #FF4B9F;
}
</style>