Shades of Razzle Dazzle Rose #F630DD
Tints of Razzle Dazzle Rose #F630DD
RGB
CMYK
RGB Variations
Color information
#F630DD (or 0xF630DD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and DD. RGB value is (246,48,221). Sum of RGB (Red+Green+Blue) = 246+48+221=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F630DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630DD is #09CF22. Grayscale: #7E7E7E. Windows color (decimal): -642851 or 14495990. OLE color: 14495990.
HSL color Cylindrical-coordinate representation of color #F630DD: hue angle of 307.58º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F630DD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 221 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.04 |
| HSL | 307.58º | 0.92% | 0.58% | - |
| HSV(B) | 307.58º | 0.8% | 0.96% | - |
| XYZ | 52.11 | 26.93 | 70.86 | - |
| YUV | 126.92 | 181.1 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 221 | 0 | 0.80 | 0.10 | 0.04 | 307.58 | 0.92 | 0.58 |
| Hex | F6 | 30 | DD | 0 | 50 | A | 4 | 134 | 5C | 3A |
| Octal | 366 | 60 | 335 | 0 | 120 | 12 | 4 | 464 | 134 | 72 |
| Binary | 11110110 | 110000 | 11011101 | 0 | 1010000 | 1010 | 100 | 100110100 | 1011100 | 111010 |
Color Harmonies of #F630DD
Complementary color
Monochromatic Colors of #F630DD
Black with #F630DD
Text Example
Text Example
White with #F630DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630DD; }
p { color: rgb(246,48,221); }
H1.HeaderClassName
{
color: #F630DD;
}
.AnyTagClassName
{
color: #F630DD;
}
</style>
background-color css
<style>
a { background-color: #F630DD; }
a { background-color: rgb(246,48,221); }
div.DivClassName
{
background-color: #F630DD;
}
.BgClassName
{
background-color: #F630DD;
}
</style>
border-color css
<style>
span { border-color: #F630DD; }
span { border-color: rgb(246,48,221); }
td.TdClassName
{
border-color: #F630DD;
}
.TagClassName
{
border-color: #F630DD;
}
</style>