Shades of Razzle Dazzle Rose #FF4BDA
Tints of Razzle Dazzle Rose #FF4BDA
RGB
CMYK
RGB Variations
Color information
#FF4BDA (or 0xFF4BDA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and DA. RGB value is (255,75,218). Sum of RGB (Red+Green+Blue) = 255+75+218=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 75 (29.69% from 255 or 13.69% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BDA is #00B425. Grayscale: #909090. Windows color (decimal): -46118 or 14306303. OLE color: 14306303.
HSL color Cylindrical-coordinate representation of color #FF4BDA: hue angle of 312.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 #FF4BDA is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 218 | - |
| CMYK | 0 | 0.71 | 0.15 | 0 |
| HSL | 312.33º | 1% | 0.65% | - |
| HSV(B) | 312.33º | 0.71% | 1% | - |
| XYZ | 56.41 | 31.35 | 69.41 | - |
| YUV | 145.12 | 169.13 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 218 | 0 | 0.71 | 0.15 | 0 | 312.33 | 1 | 0.65 |
| Hex | FF | 4B | DA | 0 | 47 | F | 0 | 138 | 64 | 41 |
| Octal | 377 | 113 | 332 | 0 | 107 | 17 | 0 | 470 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11011010 | 0 | 1000111 | 1111 | 0 | 100111000 | 1100100 | 1000001 |
Color Harmonies of #FF4BDA
Complementary color
Monochromatic Colors of #FF4BDA
Black with #FF4BDA
Text Example
Text Example
White with #FF4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BDA; }
p { color: rgb(255,75,218); }
H1.HeaderClassName
{
color: #FF4BDA;
}
.AnyTagClassName
{
color: #FF4BDA;
}
</style>
background-color css
<style>
a { background-color: #FF4BDA; }
a { background-color: rgb(255,75,218); }
div.DivClassName
{
background-color: #FF4BDA;
}
.BgClassName
{
background-color: #FF4BDA;
}
</style>
border-color css
<style>
span { border-color: #FF4BDA; }
span { border-color: rgb(255,75,218); }
td.TdClassName
{
border-color: #FF4BDA;
}
.TagClassName
{
border-color: #FF4BDA;
}
</style>