Shades of Razzle Dazzle Rose #F63DDA
Tints of Razzle Dazzle Rose #F63DDA
RGB
CMYK
RGB Variations
Color information
#F63DDA (or 0xF63DDA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3D and DA. RGB value is (246,61,218). Sum of RGB (Red+Green+Blue) = 246+61+218=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 61 (24.22% from 255 or 11.62% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63DDA is #09C225. Grayscale: #858585. Windows color (decimal): -639526 or 14302710. OLE color: 14302710.
HSL color Cylindrical-coordinate representation of color #F63DDA: hue angle of 309.08º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63DDA is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 218 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.04 |
| HSL | 309.08º | 0.91% | 0.6% | - |
| HSV(B) | 309.08º | 0.75% | 0.96% | - |
| XYZ | 52.33 | 27.99 | 68.97 | - |
| YUV | 134.21 | 175.29 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 218 | 0 | 0.75 | 0.11 | 0.04 | 309.08 | 0.91 | 0.6 |
| Hex | F6 | 3D | DA | 0 | 4B | B | 4 | 135 | 5B | 3C |
| Octal | 366 | 75 | 332 | 0 | 113 | 13 | 4 | 465 | 133 | 74 |
| Binary | 11110110 | 111101 | 11011010 | 0 | 1001011 | 1011 | 100 | 100110101 | 1011011 | 111100 |
Color Harmonies of #F63DDA
Complementary color
Monochromatic Colors of #F63DDA
Black with #F63DDA
Text Example
Text Example
White with #F63DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DDA; }
p { color: rgb(246,61,218); }
H1.HeaderClassName
{
color: #F63DDA;
}
.AnyTagClassName
{
color: #F63DDA;
}
</style>
background-color css
<style>
a { background-color: #F63DDA; }
a { background-color: rgb(246,61,218); }
div.DivClassName
{
background-color: #F63DDA;
}
.BgClassName
{
background-color: #F63DDA;
}
</style>
border-color css
<style>
span { border-color: #F63DDA; }
span { border-color: rgb(246,61,218); }
td.TdClassName
{
border-color: #F63DDA;
}
.TagClassName
{
border-color: #F63DDA;
}
</style>