Shades of Razzle Dazzle Rose #FF40BE
Tints of Razzle Dazzle Rose #FF40BE
RGB
CMYK
RGB Variations
Color information
#FF40BE (or 0xFF40BE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and BE. RGB value is (255,64,190). Sum of RGB (Red+Green+Blue) = 255+64+190=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40BE is #00BF41. Grayscale: #878787. Windows color (decimal): -48962 or 12468479. OLE color: 12468479.
HSL color Cylindrical-coordinate representation of color #FF40BE: hue angle of 320.42º 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 #FF40BE is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 190 | - |
| CMYK | 0 | 0.75 | 0.25 | 0 |
| HSL | 320.42º | 1% | 0.63% | - |
| HSV(B) | 320.42º | 0.75% | 1% | - |
| XYZ | 52.37 | 28.64 | 51.48 | - |
| YUV | 135.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 190 | 0 | 0.75 | 0.25 | 0 | 320.42 | 1 | 0.63 |
| Hex | FF | 40 | BE | 0 | 4B | 19 | 0 | 140 | 64 | 3F |
| Octal | 377 | 100 | 276 | 0 | 113 | 31 | 0 | 500 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10111110 | 0 | 1001011 | 11001 | 0 | 101000000 | 1100100 | 111111 |
Color Harmonies of #FF40BE
Complementary color
Monochromatic Colors of #FF40BE
Black with #FF40BE
Text Example
Text Example
White with #FF40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40BE; }
p { color: rgb(255,64,190); }
H1.HeaderClassName
{
color: #FF40BE;
}
.AnyTagClassName
{
color: #FF40BE;
}
</style>
background-color css
<style>
a { background-color: #FF40BE; }
a { background-color: rgb(255,64,190); }
div.DivClassName
{
background-color: #FF40BE;
}
.BgClassName
{
background-color: #FF40BE;
}
</style>
border-color css
<style>
span { border-color: #FF40BE; }
span { border-color: rgb(255,64,190); }
td.TdClassName
{
border-color: #FF40BE;
}
.TagClassName
{
border-color: #FF40BE;
}
</style>