Shades of Razzle Dazzle Rose #F629DB
Tints of Razzle Dazzle Rose #F629DB
RGB
CMYK
RGB Variations
Color information
#F629DB (or 0xF629DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 29 and DB. RGB value is (246,41,219). Sum of RGB (Red+Green+Blue) = 246+41+219=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F629DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F629DB is #09D624. Grayscale: #7A7A7A. Windows color (decimal): -644645 or 14363126. OLE color: 14363126.
HSL color Cylindrical-coordinate representation of color #F629DB: hue angle of 307.9º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F629DB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 219 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.04 |
| HSL | 307.9º | 0.92% | 0.56% | - |
| HSV(B) | 307.9º | 0.83% | 0.96% | - |
| XYZ | 51.59 | 26.29 | 69.37 | - |
| YUV | 122.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 219 | 0 | 0.83 | 0.11 | 0.04 | 307.9 | 0.92 | 0.56 |
| Hex | F6 | 29 | DB | 0 | 53 | B | 4 | 134 | 5C | 38 |
| Octal | 366 | 51 | 333 | 0 | 123 | 13 | 4 | 464 | 134 | 70 |
| Binary | 11110110 | 101001 | 11011011 | 0 | 1010011 | 1011 | 100 | 100110100 | 1011100 | 111000 |
Color Harmonies of #F629DB
Complementary color
Monochromatic Colors of #F629DB
Black with #F629DB
Text Example
Text Example
White with #F629DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629DB; }
p { color: rgb(246,41,219); }
H1.HeaderClassName
{
color: #F629DB;
}
.AnyTagClassName
{
color: #F629DB;
}
</style>
background-color css
<style>
a { background-color: #F629DB; }
a { background-color: rgb(246,41,219); }
div.DivClassName
{
background-color: #F629DB;
}
.BgClassName
{
background-color: #F629DB;
}
</style>
border-color css
<style>
span { border-color: #F629DB; }
span { border-color: rgb(246,41,219); }
td.TdClassName
{
border-color: #F629DB;
}
.TagClassName
{
border-color: #F629DB;
}
</style>