Shades of Razzle Dazzle Rose #F843DB
Tints of Razzle Dazzle Rose #F843DB
RGB
CMYK
RGB Variations
Color information
#F843DB (or 0xF843DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 43 and DB. RGB value is (248,67,219). Sum of RGB (Red+Green+Blue) = 248+67+219=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 67 (26.56% from 255 or 12.55% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F843DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F843DB is #07BC24. Grayscale: #8A8A8A. Windows color (decimal): -506917 or 14369784. OLE color: 14369784.
HSL color Cylindrical-coordinate representation of color #F843DB: hue angle of 309.61º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F843DB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 219 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.03 |
| HSL | 309.61º | 0.93% | 0.62% | - |
| HSV(B) | 309.61º | 0.73% | 0.97% | - |
| XYZ | 53.5 | 29.09 | 69.81 | - |
| YUV | 138.45 | 173.47 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 219 | 0 | 0.73 | 0.12 | 0.03 | 309.61 | 0.93 | 0.62 |
| Hex | F8 | 43 | DB | 0 | 49 | C | 3 | 136 | 5D | 3E |
| Octal | 370 | 103 | 333 | 0 | 111 | 14 | 3 | 466 | 135 | 76 |
| Binary | 11111000 | 1000011 | 11011011 | 0 | 1001001 | 1100 | 11 | 100110110 | 1011101 | 111110 |
Color Harmonies of #F843DB
Complementary color
Monochromatic Colors of #F843DB
Black with #F843DB
Text Example
Text Example
White with #F843DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F843DB; }
p { color: rgb(248,67,219); }
H1.HeaderClassName
{
color: #F843DB;
}
.AnyTagClassName
{
color: #F843DB;
}
</style>
background-color css
<style>
a { background-color: #F843DB; }
a { background-color: rgb(248,67,219); }
div.DivClassName
{
background-color: #F843DB;
}
.BgClassName
{
background-color: #F843DB;
}
</style>
border-color css
<style>
span { border-color: #F843DB; }
span { border-color: rgb(248,67,219); }
td.TdClassName
{
border-color: #F843DB;
}
.TagClassName
{
border-color: #F843DB;
}
</style>