Shades of Brilliant Rose #FF4F9A
Tints of Brilliant Rose #FF4F9A
RGB
CMYK
RGB Variations
Color information
#FF4F9A (or 0xFF4F9A) is known color: Brilliant Rose. HEX triplet: FF, 4F and 9A. RGB value is (255,79,154). Sum of RGB (Red+Green+Blue) = 255+79+154=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F9A is #00B065. Grayscale: #8C8C8C. Windows color (decimal): -45158 or 10113023. OLE color: 10113023.
HSL color Cylindrical-coordinate representation of color #FF4F9A: hue angle of 334.43º 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 #FF4F9A is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 154 | - |
| CMYK | 0 | 0.69 | 0.40 | 0 |
| HSL | 334.43º | 1% | 0.65% | - |
| HSV(B) | 334.43º | 0.69% | 1% | - |
| XYZ | 49.87 | 29.19 | 33.58 | - |
| YUV | 140.17 | 135.81 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 154 | 0 | 0.69 | 0.40 | 0 | 334.43 | 1 | 0.65 |
| Hex | FF | 4F | 9A | 0 | 45 | 28 | 0 | 14E | 64 | 41 |
| Octal | 377 | 117 | 232 | 0 | 105 | 50 | 0 | 516 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10011010 | 0 | 1000101 | 101000 | 0 | 101001110 | 1100100 | 1000001 |
Color Harmonies of #FF4F9A
Complementary color
Monochromatic Colors of #FF4F9A
Black with #FF4F9A
Text Example
Text Example
White with #FF4F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F9A; }
p { color: rgb(255,79,154); }
H1.HeaderClassName
{
color: #FF4F9A;
}
.AnyTagClassName
{
color: #FF4F9A;
}
</style>
background-color css
<style>
a { background-color: #FF4F9A; }
a { background-color: rgb(255,79,154); }
div.DivClassName
{
background-color: #FF4F9A;
}
.BgClassName
{
background-color: #FF4F9A;
}
</style>
border-color css
<style>
span { border-color: #FF4F9A; }
span { border-color: rgb(255,79,154); }
td.TdClassName
{
border-color: #FF4F9A;
}
.TagClassName
{
border-color: #FF4F9A;
}
</style>