Shades of Brilliant Rose #FF40B3
Tints of Brilliant Rose #FF40B3
RGB
CMYK
RGB Variations
Color information
#FF40B3 (or 0xFF40B3) is known color: Brilliant Rose. HEX triplet: FF, 40 and B3. RGB value is (255,64,179). Sum of RGB (Red+Green+Blue) = 255+64+179=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40B3 is #00BF4C. Grayscale: #858585. Windows color (decimal): -48973 or 11747583. OLE color: 11747583.
HSL color Cylindrical-coordinate representation of color #FF40B3: hue angle of 323.87º 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 #FF40B3 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 179 | - |
| CMYK | 0 | 0.75 | 0.30 | 0 |
| HSL | 323.87º | 1% | 0.63% | - |
| HSV(B) | 323.87º | 0.75% | 1% | - |
| XYZ | 51.21 | 28.18 | 45.39 | - |
| YUV | 134.22 | 153.28 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 179 | 0 | 0.75 | 0.30 | 0 | 323.87 | 1 | 0.63 |
| Hex | FF | 40 | B3 | 0 | 4B | 1E | 0 | 144 | 64 | 3F |
| Octal | 377 | 100 | 263 | 0 | 113 | 36 | 0 | 504 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10110011 | 0 | 1001011 | 11110 | 0 | 101000100 | 1100100 | 111111 |
Color Harmonies of #FF40B3
Complementary color
Monochromatic Colors of #FF40B3
Black with #FF40B3
Text Example
Text Example
White with #FF40B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40B3; }
p { color: rgb(255,64,179); }
H1.HeaderClassName
{
color: #FF40B3;
}
.AnyTagClassName
{
color: #FF40B3;
}
</style>
background-color css
<style>
a { background-color: #FF40B3; }
a { background-color: rgb(255,64,179); }
div.DivClassName
{
background-color: #FF40B3;
}
.BgClassName
{
background-color: #FF40B3;
}
</style>
border-color css
<style>
span { border-color: #FF40B3; }
span { border-color: rgb(255,64,179); }
td.TdClassName
{
border-color: #FF40B3;
}
.TagClassName
{
border-color: #FF40B3;
}
</style>