Shades of Razzle Dazzle Rose #FF4ADF
Tints of Razzle Dazzle Rose #FF4ADF
RGB
CMYK
RGB Variations
Color information
#FF4ADF (or 0xFF4ADF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and DF. RGB value is (255,74,223). Sum of RGB (Red+Green+Blue) = 255+74+223=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ADF is #00B520. Grayscale: #909090. Windows color (decimal): -46369 or 14633727. OLE color: 14633727.
HSL color Cylindrical-coordinate representation of color #FF4ADF: hue angle of 310.61º 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 #FF4ADF is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 223 | - |
| CMYK | 0 | 0.71 | 0.13 | 0 |
| HSL | 310.61º | 1% | 0.65% | - |
| HSV(B) | 310.61º | 0.71% | 1% | - |
| XYZ | 57.01 | 31.49 | 72.88 | - |
| YUV | 145.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 223 | 0 | 0.71 | 0.13 | 0 | 310.61 | 1 | 0.65 |
| Hex | FF | 4A | DF | 0 | 47 | D | 0 | 137 | 64 | 41 |
| Octal | 377 | 112 | 337 | 0 | 107 | 15 | 0 | 467 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11011111 | 0 | 1000111 | 1101 | 0 | 100110111 | 1100100 | 1000001 |
Color Harmonies of #FF4ADF
Complementary color
Monochromatic Colors of #FF4ADF
Black with #FF4ADF
Text Example
Text Example
White with #FF4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ADF; }
p { color: rgb(255,74,223); }
H1.HeaderClassName
{
color: #FF4ADF;
}
.AnyTagClassName
{
color: #FF4ADF;
}
</style>
background-color css
<style>
a { background-color: #FF4ADF; }
a { background-color: rgb(255,74,223); }
div.DivClassName
{
background-color: #FF4ADF;
}
.BgClassName
{
background-color: #FF4ADF;
}
</style>
border-color css
<style>
span { border-color: #FF4ADF; }
span { border-color: rgb(255,74,223); }
td.TdClassName
{
border-color: #FF4ADF;
}
.TagClassName
{
border-color: #FF4ADF;
}
</style>