Shades of Razzle Dazzle Rose #F63FDD
Tints of Razzle Dazzle Rose #F63FDD
RGB
CMYK
RGB Variations
Color information
#F63FDD (or 0xF63FDD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and DD. RGB value is (246,63,221). Sum of RGB (Red+Green+Blue) = 246+63+221=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FDD is #09C022. Grayscale: #878787. Windows color (decimal): -639011 or 14499830. OLE color: 14499830.
HSL color Cylindrical-coordinate representation of color #F63FDD: hue angle of 308.2º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63FDD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 221 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.04 |
| HSL | 308.2º | 0.91% | 0.61% | - |
| HSV(B) | 308.2º | 0.74% | 0.96% | - |
| XYZ | 52.83 | 28.37 | 71.1 | - |
| YUV | 135.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 221 | 0 | 0.74 | 0.10 | 0.04 | 308.2 | 0.91 | 0.61 |
| Hex | F6 | 3F | DD | 0 | 4A | A | 4 | 134 | 5B | 3D |
| Octal | 366 | 77 | 335 | 0 | 112 | 12 | 4 | 464 | 133 | 75 |
| Binary | 11110110 | 111111 | 11011101 | 0 | 1001010 | 1010 | 100 | 100110100 | 1011011 | 111101 |
Color Harmonies of #F63FDD
Complementary color
Monochromatic Colors of #F63FDD
Black with #F63FDD
Text Example
Text Example
White with #F63FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FDD; }
p { color: rgb(246,63,221); }
H1.HeaderClassName
{
color: #F63FDD;
}
.AnyTagClassName
{
color: #F63FDD;
}
</style>
background-color css
<style>
a { background-color: #F63FDD; }
a { background-color: rgb(246,63,221); }
div.DivClassName
{
background-color: #F63FDD;
}
.BgClassName
{
background-color: #F63FDD;
}
</style>
border-color css
<style>
span { border-color: #F63FDD; }
span { border-color: rgb(246,63,221); }
td.TdClassName
{
border-color: #F63FDD;
}
.TagClassName
{
border-color: #F63FDD;
}
</style>