Shades of Razzle Dazzle Rose #FF4ABE
Tints of Razzle Dazzle Rose #FF4ABE
RGB
CMYK
RGB Variations
Color information
#FF4ABE (or 0xFF4ABE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and BE. RGB value is (255,74,190). Sum of RGB (Red+Green+Blue) = 255+74+190=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ABE is #00B541. Grayscale: #8D8D8D. Windows color (decimal): -46402 or 12471039. OLE color: 12471039.
HSL color Cylindrical-coordinate representation of color #FF4ABE: hue angle of 321.55º 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 #FF4ABE is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 190 | - |
| CMYK | 0 | 0.71 | 0.25 | 0 |
| HSL | 321.55º | 1% | 0.65% | - |
| HSV(B) | 321.55º | 0.71% | 1% | - |
| XYZ | 52.98 | 29.88 | 51.69 | - |
| YUV | 141.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 190 | 0 | 0.71 | 0.25 | 0 | 321.55 | 1 | 0.65 |
| Hex | FF | 4A | BE | 0 | 47 | 19 | 0 | 142 | 64 | 41 |
| Octal | 377 | 112 | 276 | 0 | 107 | 31 | 0 | 502 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10111110 | 0 | 1000111 | 11001 | 0 | 101000010 | 1100100 | 1000001 |
Color Harmonies of #FF4ABE
Complementary color
Monochromatic Colors of #FF4ABE
Black with #FF4ABE
Text Example
Text Example
White with #FF4ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ABE; }
p { color: rgb(255,74,190); }
H1.HeaderClassName
{
color: #FF4ABE;
}
.AnyTagClassName
{
color: #FF4ABE;
}
</style>
background-color css
<style>
a { background-color: #FF4ABE; }
a { background-color: rgb(255,74,190); }
div.DivClassName
{
background-color: #FF4ABE;
}
.BgClassName
{
background-color: #FF4ABE;
}
</style>
border-color css
<style>
span { border-color: #FF4ABE; }
span { border-color: rgb(255,74,190); }
td.TdClassName
{
border-color: #FF4ABE;
}
.TagClassName
{
border-color: #FF4ABE;
}
</style>