Shades of Razzle Dazzle Rose #FF42DA
Tints of Razzle Dazzle Rose #FF42DA
RGB
CMYK
RGB Variations
Color information
#FF42DA (or 0xFF42DA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and DA. RGB value is (255,66,218). Sum of RGB (Red+Green+Blue) = 255+66+218=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42DA is #00BD25. Grayscale: #8B8B8B. Windows color (decimal): -48422 or 14303999. OLE color: 14303999.
HSL color Cylindrical-coordinate representation of color #FF42DA: hue angle of 311.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF42DA is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 218 | - |
| CMYK | 0 | 0.74 | 0.15 | 0 |
| HSL | 311.75º | 1% | 0.63% | - |
| HSV(B) | 311.75º | 0.74% | 1% | - |
| XYZ | 55.84 | 30.22 | 69.22 | - |
| YUV | 139.84 | 172.12 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 218 | 0 | 0.74 | 0.15 | 0 | 311.75 | 1 | 0.63 |
| Hex | FF | 42 | DA | 0 | 4A | F | 0 | 138 | 64 | 3F |
| Octal | 377 | 102 | 332 | 0 | 112 | 17 | 0 | 470 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11011010 | 0 | 1001010 | 1111 | 0 | 100111000 | 1100100 | 111111 |
Color Harmonies of #FF42DA
Complementary color
Monochromatic Colors of #FF42DA
Black with #FF42DA
Text Example
Text Example
White with #FF42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42DA; }
p { color: rgb(255,66,218); }
H1.HeaderClassName
{
color: #FF42DA;
}
.AnyTagClassName
{
color: #FF42DA;
}
</style>
background-color css
<style>
a { background-color: #FF42DA; }
a { background-color: rgb(255,66,218); }
div.DivClassName
{
background-color: #FF42DA;
}
.BgClassName
{
background-color: #FF42DA;
}
</style>
border-color css
<style>
span { border-color: #FF42DA; }
span { border-color: rgb(255,66,218); }
td.TdClassName
{
border-color: #FF42DA;
}
.TagClassName
{
border-color: #FF42DA;
}
</style>