Shades of Razzle Dazzle Rose #FF4BCD
Tints of Razzle Dazzle Rose #FF4BCD
RGB
CMYK
RGB Variations
Color information
#FF4BCD (or 0xFF4BCD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and CD. RGB value is (255,75,205). Sum of RGB (Red+Green+Blue) = 255+75+205=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BCD is #00B432. Grayscale: #8F8F8F. Windows color (decimal): -46131 or 13454335. OLE color: 13454335.
HSL color Cylindrical-coordinate representation of color #FF4BCD: hue angle of 316.67º 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 #FF4BCD is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 205 | - |
| CMYK | 0 | 0.71 | 0.20 | 0 |
| HSL | 316.67º | 1% | 0.65% | - |
| HSV(B) | 316.67º | 0.71% | 1% | - |
| XYZ | 54.78 | 30.7 | 60.8 | - |
| YUV | 143.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 205 | 0 | 0.71 | 0.20 | 0 | 316.67 | 1 | 0.65 |
| Hex | FF | 4B | CD | 0 | 47 | 14 | 0 | 13D | 64 | 41 |
| Octal | 377 | 113 | 315 | 0 | 107 | 24 | 0 | 475 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11001101 | 0 | 1000111 | 10100 | 0 | 100111101 | 1100100 | 1000001 |
Color Harmonies of #FF4BCD
Complementary color
Monochromatic Colors of #FF4BCD
Black with #FF4BCD
Text Example
Text Example
White with #FF4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BCD; }
p { color: rgb(255,75,205); }
H1.HeaderClassName
{
color: #FF4BCD;
}
.AnyTagClassName
{
color: #FF4BCD;
}
</style>
background-color css
<style>
a { background-color: #FF4BCD; }
a { background-color: rgb(255,75,205); }
div.DivClassName
{
background-color: #FF4BCD;
}
.BgClassName
{
background-color: #FF4BCD;
}
</style>
border-color css
<style>
span { border-color: #FF4BCD; }
span { border-color: rgb(255,75,205); }
td.TdClassName
{
border-color: #FF4BCD;
}
.TagClassName
{
border-color: #FF4BCD;
}
</style>