Shades of Razzle Dazzle Rose #F834DB
Tints of Razzle Dazzle Rose #F834DB
RGB
CMYK
RGB Variations
Color information
#F834DB (or 0xF834DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 34 and DB. RGB value is (248,52,219). Sum of RGB (Red+Green+Blue) = 248+52+219=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 52 (20.70% from 255 or 10.02% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F834DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F834DB is #07CB24. Grayscale: #818181. Windows color (decimal): -510757 or 14365944. OLE color: 14365944.
HSL color Cylindrical-coordinate representation of color #F834DB: hue angle of 308.88º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F834DB is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 219 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.03 |
| HSL | 308.88º | 0.93% | 0.59% | - |
| HSV(B) | 308.88º | 0.79% | 0.97% | - |
| XYZ | 52.73 | 27.53 | 69.55 | - |
| YUV | 129.64 | 178.43 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 219 | 0 | 0.79 | 0.12 | 0.03 | 308.88 | 0.93 | 0.59 |
| Hex | F8 | 34 | DB | 0 | 4F | C | 3 | 135 | 5D | 3B |
| Octal | 370 | 64 | 333 | 0 | 117 | 14 | 3 | 465 | 135 | 73 |
| Binary | 11111000 | 110100 | 11011011 | 0 | 1001111 | 1100 | 11 | 100110101 | 1011101 | 111011 |
Color Harmonies of #F834DB
Complementary color
Monochromatic Colors of #F834DB
Black with #F834DB
Text Example
Text Example
White with #F834DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F834DB; }
p { color: rgb(248,52,219); }
H1.HeaderClassName
{
color: #F834DB;
}
.AnyTagClassName
{
color: #F834DB;
}
</style>
background-color css
<style>
a { background-color: #F834DB; }
a { background-color: rgb(248,52,219); }
div.DivClassName
{
background-color: #F834DB;
}
.BgClassName
{
background-color: #F834DB;
}
</style>
border-color css
<style>
span { border-color: #F834DB; }
span { border-color: rgb(248,52,219); }
td.TdClassName
{
border-color: #F834DB;
}
.TagClassName
{
border-color: #F834DB;
}
</style>