Shades of Razzle Dazzle Rose #FF4BE0
Tints of Razzle Dazzle Rose #FF4BE0
RGB
CMYK
RGB Variations
Color information
#FF4BE0 (or 0xFF4BE0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and E0. RGB value is (255,75,224). Sum of RGB (Red+Green+Blue) = 255+75+224=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 75 (29.69% from 255 or 13.54% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BE0 is #00B41F. Grayscale: #919191. Windows color (decimal): -46112 or 14699519. OLE color: 14699519.
HSL color Cylindrical-coordinate representation of color #FF4BE0: hue angle of 310.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4BE0 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 224 | - |
| CMYK | 0 | 0.71 | 0.12 | 0 |
| HSL | 310.33º | 1% | 0.65% | - |
| HSV(B) | 310.33º | 0.71% | 1% | - |
| XYZ | 57.21 | 31.67 | 73.62 | - |
| YUV | 145.81 | 172.13 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 224 | 0 | 0.71 | 0.12 | 0 | 310.33 | 1 | 0.65 |
| Hex | FF | 4B | E0 | 0 | 47 | C | 0 | 136 | 64 | 41 |
| Octal | 377 | 113 | 340 | 0 | 107 | 14 | 0 | 466 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11100000 | 0 | 1000111 | 1100 | 0 | 100110110 | 1100100 | 1000001 |
Color Harmonies of #FF4BE0
Complementary color
Monochromatic Colors of #FF4BE0
Black with #FF4BE0
Text Example
Text Example
White with #FF4BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BE0; }
p { color: rgb(255,75,224); }
H1.HeaderClassName
{
color: #FF4BE0;
}
.AnyTagClassName
{
color: #FF4BE0;
}
</style>
background-color css
<style>
a { background-color: #FF4BE0; }
a { background-color: rgb(255,75,224); }
div.DivClassName
{
background-color: #FF4BE0;
}
.BgClassName
{
background-color: #FF4BE0;
}
</style>
border-color css
<style>
span { border-color: #FF4BE0; }
span { border-color: rgb(255,75,224); }
td.TdClassName
{
border-color: #FF4BE0;
}
.TagClassName
{
border-color: #FF4BE0;
}
</style>