Shades of Brilliant Rose #FF40B0
Tints of Brilliant Rose #FF40B0
RGB
CMYK
RGB Variations
Color information
#FF40B0 (or 0xFF40B0) is known color: Brilliant Rose. HEX triplet: FF, 40 and B0. RGB value is (255,64,176). Sum of RGB (Red+Green+Blue) = 255+64+176=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40B0 is #00BF4F. Grayscale: #858585. Windows color (decimal): -48976 or 11550975. OLE color: 11550975.
HSL color Cylindrical-coordinate representation of color #FF40B0: hue angle of 324.82º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF40B0 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 176 | - |
| CMYK | 0 | 0.75 | 0.31 | 0 |
| HSL | 324.82º | 1% | 0.63% | - |
| HSV(B) | 324.82º | 0.75% | 1% | - |
| XYZ | 50.91 | 28.06 | 43.81 | - |
| YUV | 133.88 | 151.78 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 176 | 0 | 0.75 | 0.31 | 0 | 324.82 | 1 | 0.63 |
| Hex | FF | 40 | B0 | 0 | 4B | 1F | 0 | 145 | 64 | 3F |
| Octal | 377 | 100 | 260 | 0 | 113 | 37 | 0 | 505 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10110000 | 0 | 1001011 | 11111 | 0 | 101000101 | 1100100 | 111111 |
Color Harmonies of #FF40B0
Complementary color
Monochromatic Colors of #FF40B0
Black with #FF40B0
Text Example
Text Example
White with #FF40B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40B0; }
p { color: rgb(255,64,176); }
H1.HeaderClassName
{
color: #FF40B0;
}
.AnyTagClassName
{
color: #FF40B0;
}
</style>
background-color css
<style>
a { background-color: #FF40B0; }
a { background-color: rgb(255,64,176); }
div.DivClassName
{
background-color: #FF40B0;
}
.BgClassName
{
background-color: #FF40B0;
}
</style>
border-color css
<style>
span { border-color: #FF40B0; }
span { border-color: rgb(255,64,176); }
td.TdClassName
{
border-color: #FF40B0;
}
.TagClassName
{
border-color: #FF40B0;
}
</style>