Shades of Brilliant Rose #FF40B4
Tints of Brilliant Rose #FF40B4
RGB
CMYK
RGB Variations
Color information
#FF40B4 (or 0xFF40B4) is known color: Brilliant Rose. HEX triplet: FF, 40 and B4. RGB value is (255,64,180). Sum of RGB (Red+Green+Blue) = 255+64+180=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40B4 is #00BF4B. Grayscale: #868686. Windows color (decimal): -48972 or 11813119. OLE color: 11813119.
HSL color Cylindrical-coordinate representation of color #FF40B4: hue angle of 323.56º 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 #FF40B4 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 180 | - |
| CMYK | 0 | 0.75 | 0.29 | 0 |
| HSL | 323.56º | 1% | 0.63% | - |
| HSV(B) | 323.56º | 0.75% | 1% | - |
| XYZ | 51.31 | 28.22 | 45.92 | - |
| YUV | 134.33 | 153.78 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 180 | 0 | 0.75 | 0.29 | 0 | 323.56 | 1 | 0.63 |
| Hex | FF | 40 | B4 | 0 | 4B | 1D | 0 | 144 | 64 | 3F |
| Octal | 377 | 100 | 264 | 0 | 113 | 35 | 0 | 504 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10110100 | 0 | 1001011 | 11101 | 0 | 101000100 | 1100100 | 111111 |
Color Harmonies of #FF40B4
Complementary color
Monochromatic Colors of #FF40B4
Black with #FF40B4
Text Example
Text Example
White with #FF40B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40B4; }
p { color: rgb(255,64,180); }
H1.HeaderClassName
{
color: #FF40B4;
}
.AnyTagClassName
{
color: #FF40B4;
}
</style>
background-color css
<style>
a { background-color: #FF40B4; }
a { background-color: rgb(255,64,180); }
div.DivClassName
{
background-color: #FF40B4;
}
.BgClassName
{
background-color: #FF40B4;
}
</style>
border-color css
<style>
span { border-color: #FF40B4; }
span { border-color: rgb(255,64,180); }
td.TdClassName
{
border-color: #FF40B4;
}
.TagClassName
{
border-color: #FF40B4;
}
</style>