Shades of Razzle Dazzle Rose #FF4ACB
Tints of Razzle Dazzle Rose #FF4ACB
RGB
CMYK
RGB Variations
Color information
#FF4ACB (or 0xFF4ACB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and CB. RGB value is (255,74,203). Sum of RGB (Red+Green+Blue) = 255+74+203=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ACB is #00B534. Grayscale: #8E8E8E. Windows color (decimal): -46389 or 13323007. OLE color: 13323007.
HSL color Cylindrical-coordinate representation of color #FF4ACB: hue angle of 317.24º 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 #FF4ACB is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 203 | - |
| CMYK | 0 | 0.71 | 0.20 | 0 |
| HSL | 317.24º | 1% | 0.65% | - |
| HSV(B) | 317.24º | 0.71% | 1% | - |
| XYZ | 54.47 | 30.47 | 59.51 | - |
| YUV | 142.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 203 | 0 | 0.71 | 0.20 | 0 | 317.24 | 1 | 0.65 |
| Hex | FF | 4A | CB | 0 | 47 | 14 | 0 | 13D | 64 | 41 |
| Octal | 377 | 112 | 313 | 0 | 107 | 24 | 0 | 475 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11001011 | 0 | 1000111 | 10100 | 0 | 100111101 | 1100100 | 1000001 |
Color Harmonies of #FF4ACB
Complementary color
Monochromatic Colors of #FF4ACB
Black with #FF4ACB
Text Example
Text Example
White with #FF4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ACB; }
p { color: rgb(255,74,203); }
H1.HeaderClassName
{
color: #FF4ACB;
}
.AnyTagClassName
{
color: #FF4ACB;
}
</style>
background-color css
<style>
a { background-color: #FF4ACB; }
a { background-color: rgb(255,74,203); }
div.DivClassName
{
background-color: #FF4ACB;
}
.BgClassName
{
background-color: #FF4ACB;
}
</style>
border-color css
<style>
span { border-color: #FF4ACB; }
span { border-color: rgb(255,74,203); }
td.TdClassName
{
border-color: #FF4ACB;
}
.TagClassName
{
border-color: #FF4ACB;
}
</style>