Shades of Razzle Dazzle Rose #F630DB
Tints of Razzle Dazzle Rose #F630DB
RGB
CMYK
RGB Variations
Color information
#F630DB (or 0xF630DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and DB. RGB value is (246,48,219). Sum of RGB (Red+Green+Blue) = 246+48+219=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F630DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630DB is #09CF24. Grayscale: #7E7E7E. Windows color (decimal): -642853 or 14364918. OLE color: 14364918.
HSL color Cylindrical-coordinate representation of color #F630DB: hue angle of 308.18º 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 #F630DB is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 219 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.04 |
| HSL | 308.18º | 0.92% | 0.58% | - |
| HSV(B) | 308.18º | 0.8% | 0.96% | - |
| XYZ | 51.85 | 26.82 | 69.46 | - |
| YUV | 126.7 | 180.1 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 219 | 0 | 0.80 | 0.11 | 0.04 | 308.18 | 0.92 | 0.58 |
| Hex | F6 | 30 | DB | 0 | 50 | B | 4 | 134 | 5C | 3A |
| Octal | 366 | 60 | 333 | 0 | 120 | 13 | 4 | 464 | 134 | 72 |
| Binary | 11110110 | 110000 | 11011011 | 0 | 1010000 | 1011 | 100 | 100110100 | 1011100 | 111010 |
Color Harmonies of #F630DB
Complementary color
Monochromatic Colors of #F630DB
Black with #F630DB
Text Example
Text Example
White with #F630DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630DB; }
p { color: rgb(246,48,219); }
H1.HeaderClassName
{
color: #F630DB;
}
.AnyTagClassName
{
color: #F630DB;
}
</style>
background-color css
<style>
a { background-color: #F630DB; }
a { background-color: rgb(246,48,219); }
div.DivClassName
{
background-color: #F630DB;
}
.BgClassName
{
background-color: #F630DB;
}
</style>
border-color css
<style>
span { border-color: #F630DB; }
span { border-color: rgb(246,48,219); }
td.TdClassName
{
border-color: #F630DB;
}
.TagClassName
{
border-color: #F630DB;
}
</style>