Shades of Razzle Dazzle Rose #F638DB
Tints of Razzle Dazzle Rose #F638DB
RGB
CMYK
RGB Variations
Color information
#F638DB (or 0xF638DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 38 and DB. RGB value is (246,56,219). Sum of RGB (Red+Green+Blue) = 246+56+219=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F638DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F638DB is #09C724. Grayscale: #828282. Windows color (decimal): -640805 or 14366966. OLE color: 14366966.
HSL color Cylindrical-coordinate representation of color #F638DB: hue angle of 308.53º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F638DB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 219 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.04 |
| HSL | 308.53º | 0.91% | 0.59% | - |
| HSV(B) | 308.53º | 0.77% | 0.96% | - |
| XYZ | 52.21 | 27.54 | 69.58 | - |
| YUV | 131.39 | 177.45 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 219 | 0 | 0.77 | 0.11 | 0.04 | 308.53 | 0.91 | 0.59 |
| Hex | F6 | 38 | DB | 0 | 4D | B | 4 | 135 | 5B | 3B |
| Octal | 366 | 70 | 333 | 0 | 115 | 13 | 4 | 465 | 133 | 73 |
| Binary | 11110110 | 111000 | 11011011 | 0 | 1001101 | 1011 | 100 | 100110101 | 1011011 | 111011 |
Color Harmonies of #F638DB
Complementary color
Monochromatic Colors of #F638DB
Black with #F638DB
Text Example
Text Example
White with #F638DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F638DB; }
p { color: rgb(246,56,219); }
H1.HeaderClassName
{
color: #F638DB;
}
.AnyTagClassName
{
color: #F638DB;
}
</style>
background-color css
<style>
a { background-color: #F638DB; }
a { background-color: rgb(246,56,219); }
div.DivClassName
{
background-color: #F638DB;
}
.BgClassName
{
background-color: #F638DB;
}
</style>
border-color css
<style>
span { border-color: #F638DB; }
span { border-color: rgb(246,56,219); }
td.TdClassName
{
border-color: #F638DB;
}
.TagClassName
{
border-color: #F638DB;
}
</style>