Shades of Brilliant Rose #FF40B2
Tints of Brilliant Rose #FF40B2
RGB
CMYK
RGB Variations
Color information
#FF40B2 (or 0xFF40B2) is known color: Brilliant Rose. HEX triplet: FF, 40 and B2. RGB value is (255,64,178). Sum of RGB (Red+Green+Blue) = 255+64+178=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40B2 is #00BF4D. Grayscale: #858585. Windows color (decimal): -48974 or 11682047. OLE color: 11682047.
HSL color Cylindrical-coordinate representation of color #FF40B2: hue angle of 324.19º 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 #FF40B2 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 178 | - |
| CMYK | 0 | 0.75 | 0.30 | 0 |
| HSL | 324.19º | 1% | 0.63% | - |
| HSV(B) | 324.19º | 0.75% | 1% | - |
| XYZ | 51.11 | 28.14 | 44.86 | - |
| YUV | 134.11 | 152.78 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 178 | 0 | 0.75 | 0.30 | 0 | 324.19 | 1 | 0.63 |
| Hex | FF | 40 | B2 | 0 | 4B | 1E | 0 | 144 | 64 | 3F |
| Octal | 377 | 100 | 262 | 0 | 113 | 36 | 0 | 504 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10110010 | 0 | 1001011 | 11110 | 0 | 101000100 | 1100100 | 111111 |
Color Harmonies of #FF40B2
Complementary color
Monochromatic Colors of #FF40B2
Black with #FF40B2
Text Example
Text Example
White with #FF40B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40B2; }
p { color: rgb(255,64,178); }
H1.HeaderClassName
{
color: #FF40B2;
}
.AnyTagClassName
{
color: #FF40B2;
}
</style>
background-color css
<style>
a { background-color: #FF40B2; }
a { background-color: rgb(255,64,178); }
div.DivClassName
{
background-color: #FF40B2;
}
.BgClassName
{
background-color: #FF40B2;
}
</style>
border-color css
<style>
span { border-color: #FF40B2; }
span { border-color: rgb(255,64,178); }
td.TdClassName
{
border-color: #FF40B2;
}
.TagClassName
{
border-color: #FF40B2;
}
</style>