Shades of Razzle Dazzle Rose #F635DB
Tints of Razzle Dazzle Rose #F635DB
RGB
CMYK
RGB Variations
Color information
#F635DB (or 0xF635DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and DB. RGB value is (246,53,219). Sum of RGB (Red+Green+Blue) = 246+53+219=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 53 (21.09% from 255 or 10.23% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F635DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635DB is #09CA24. Grayscale: #818181. Windows color (decimal): -641573 or 14366198. OLE color: 14366198.
HSL color Cylindrical-coordinate representation of color #F635DB: hue angle of 308.39º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F635DB is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 219 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.04 |
| HSL | 308.39º | 0.91% | 0.59% | - |
| HSV(B) | 308.39º | 0.78% | 0.96% | - |
| XYZ | 52.07 | 27.25 | 69.53 | - |
| YUV | 129.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 219 | 0 | 0.78 | 0.11 | 0.04 | 308.39 | 0.91 | 0.59 |
| Hex | F6 | 35 | DB | 0 | 4E | B | 4 | 134 | 5B | 3B |
| Octal | 366 | 65 | 333 | 0 | 116 | 13 | 4 | 464 | 133 | 73 |
| Binary | 11110110 | 110101 | 11011011 | 0 | 1001110 | 1011 | 100 | 100110100 | 1011011 | 111011 |
Color Harmonies of #F635DB
Complementary color
Monochromatic Colors of #F635DB
Black with #F635DB
Text Example
Text Example
White with #F635DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635DB; }
p { color: rgb(246,53,219); }
H1.HeaderClassName
{
color: #F635DB;
}
.AnyTagClassName
{
color: #F635DB;
}
</style>
background-color css
<style>
a { background-color: #F635DB; }
a { background-color: rgb(246,53,219); }
div.DivClassName
{
background-color: #F635DB;
}
.BgClassName
{
background-color: #F635DB;
}
</style>
border-color css
<style>
span { border-color: #F635DB; }
span { border-color: rgb(246,53,219); }
td.TdClassName
{
border-color: #F635DB;
}
.TagClassName
{
border-color: #F635DB;
}
</style>