Shades of Razzle Dazzle Rose #F63BDF
Tints of Razzle Dazzle Rose #F63BDF
RGB
CMYK
RGB Variations
Color information
#F63BDF (or 0xF63BDF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and DF. RGB value is (246,59,223). Sum of RGB (Red+Green+Blue) = 246+59+223=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 59 (23.44% from 255 or 11.17% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BDF is #09C420. Grayscale: #858585. Windows color (decimal): -640033 or 14629878. OLE color: 14629878.
HSL color Cylindrical-coordinate representation of color #F63BDF: hue angle of 307.38º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63BDF is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 223 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.04 |
| HSL | 307.38º | 0.91% | 0.6% | - |
| HSV(B) | 307.38º | 0.76% | 0.96% | - |
| XYZ | 52.89 | 28.05 | 72.44 | - |
| YUV | 133.61 | 178.45 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 223 | 0 | 0.76 | 0.09 | 0.04 | 307.38 | 0.91 | 0.6 |
| Hex | F6 | 3B | DF | 0 | 4C | 9 | 4 | 133 | 5B | 3C |
| Octal | 366 | 73 | 337 | 0 | 114 | 11 | 4 | 463 | 133 | 74 |
| Binary | 11110110 | 111011 | 11011111 | 0 | 1001100 | 1001 | 100 | 100110011 | 1011011 | 111100 |
Color Harmonies of #F63BDF
Complementary color
Monochromatic Colors of #F63BDF
Black with #F63BDF
Text Example
Text Example
White with #F63BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BDF; }
p { color: rgb(246,59,223); }
H1.HeaderClassName
{
color: #F63BDF;
}
.AnyTagClassName
{
color: #F63BDF;
}
</style>
background-color css
<style>
a { background-color: #F63BDF; }
a { background-color: rgb(246,59,223); }
div.DivClassName
{
background-color: #F63BDF;
}
.BgClassName
{
background-color: #F63BDF;
}
</style>
border-color css
<style>
span { border-color: #F63BDF; }
span { border-color: rgb(246,59,223); }
td.TdClassName
{
border-color: #F63BDF;
}
.TagClassName
{
border-color: #F63BDF;
}
</style>