Shades of Razzle Dazzle Rose #F634DB
Tints of Razzle Dazzle Rose #F634DB
RGB
CMYK
RGB Variations
Color information
#F634DB (or 0xF634DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 34 and DB. RGB value is (246,52,219). Sum of RGB (Red+Green+Blue) = 246+52+219=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 52 (20.70% from 255 or 10.06% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F634DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F634DB is #09CB24. Grayscale: #808080. Windows color (decimal): -641829 or 14365942. OLE color: 14365942.
HSL color Cylindrical-coordinate representation of color #F634DB: hue angle of 308.35º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F634DB is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 219 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.04 |
| HSL | 308.35º | 0.92% | 0.58% | - |
| HSV(B) | 308.35º | 0.79% | 0.96% | - |
| XYZ | 52.02 | 27.16 | 69.52 | - |
| YUV | 129.04 | 178.77 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 219 | 0 | 0.79 | 0.11 | 0.04 | 308.35 | 0.92 | 0.58 |
| Hex | F6 | 34 | DB | 0 | 4F | B | 4 | 134 | 5C | 3A |
| Octal | 366 | 64 | 333 | 0 | 117 | 13 | 4 | 464 | 134 | 72 |
| Binary | 11110110 | 110100 | 11011011 | 0 | 1001111 | 1011 | 100 | 100110100 | 1011100 | 111010 |
Color Harmonies of #F634DB
Complementary color
Monochromatic Colors of #F634DB
Black with #F634DB
Text Example
Text Example
White with #F634DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F634DB; }
p { color: rgb(246,52,219); }
H1.HeaderClassName
{
color: #F634DB;
}
.AnyTagClassName
{
color: #F634DB;
}
</style>
background-color css
<style>
a { background-color: #F634DB; }
a { background-color: rgb(246,52,219); }
div.DivClassName
{
background-color: #F634DB;
}
.BgClassName
{
background-color: #F634DB;
}
</style>
border-color css
<style>
span { border-color: #F634DB; }
span { border-color: rgb(246,52,219); }
td.TdClassName
{
border-color: #F634DB;
}
.TagClassName
{
border-color: #F634DB;
}
</style>