Shades of Razzle Dazzle Rose #F630DF
Tints of Razzle Dazzle Rose #F630DF
RGB
CMYK
RGB Variations
Color information
#F630DF (or 0xF630DF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and DF. RGB value is (246,48,223). Sum of RGB (Red+Green+Blue) = 246+48+223=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F630DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630DF is #09CF20. Grayscale: #7E7E7E. Windows color (decimal): -642849 or 14627062. OLE color: 14627062.
HSL color Cylindrical-coordinate representation of color #F630DF: hue angle of 306.97º 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 #F630DF is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 223 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.04 |
| HSL | 306.97º | 0.92% | 0.58% | - |
| HSV(B) | 306.97º | 0.8% | 0.96% | - |
| XYZ | 52.38 | 27.03 | 72.27 | - |
| YUV | 127.15 | 182.1 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 223 | 0 | 0.80 | 0.09 | 0.04 | 306.97 | 0.92 | 0.58 |
| Hex | F6 | 30 | DF | 0 | 50 | 9 | 4 | 133 | 5C | 3A |
| Octal | 366 | 60 | 337 | 0 | 120 | 11 | 4 | 463 | 134 | 72 |
| Binary | 11110110 | 110000 | 11011111 | 0 | 1010000 | 1001 | 100 | 100110011 | 1011100 | 111010 |
Color Harmonies of #F630DF
Complementary color
Monochromatic Colors of #F630DF
Black with #F630DF
Text Example
Text Example
White with #F630DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630DF; }
p { color: rgb(246,48,223); }
H1.HeaderClassName
{
color: #F630DF;
}
.AnyTagClassName
{
color: #F630DF;
}
</style>
background-color css
<style>
a { background-color: #F630DF; }
a { background-color: rgb(246,48,223); }
div.DivClassName
{
background-color: #F630DF;
}
.BgClassName
{
background-color: #F630DF;
}
</style>
border-color css
<style>
span { border-color: #F630DF; }
span { border-color: rgb(246,48,223); }
td.TdClassName
{
border-color: #F630DF;
}
.TagClassName
{
border-color: #F630DF;
}
</style>