Shades of Razzle Dazzle Rose #F83ADB
Tints of Razzle Dazzle Rose #F83ADB
RGB
CMYK
RGB Variations
Color information
#F83ADB (or 0xF83ADB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and DB. RGB value is (248,58,219). Sum of RGB (Red+Green+Blue) = 248+58+219=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 58 (23.05% from 255 or 11.05% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ADB is #07C524. Grayscale: #848484. Windows color (decimal): -509221 or 14367480. OLE color: 14367480.
HSL color Cylindrical-coordinate representation of color #F83ADB: hue angle of 309.16º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83ADB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 219 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.03 |
| HSL | 309.16º | 0.93% | 0.6% | - |
| HSV(B) | 309.16º | 0.77% | 0.97% | - |
| XYZ | 53.01 | 28.1 | 69.65 | - |
| YUV | 133.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 219 | 0 | 0.77 | 0.12 | 0.03 | 309.16 | 0.93 | 0.6 |
| Hex | F8 | 3A | DB | 0 | 4D | C | 3 | 135 | 5D | 3C |
| Octal | 370 | 72 | 333 | 0 | 115 | 14 | 3 | 465 | 135 | 74 |
| Binary | 11111000 | 111010 | 11011011 | 0 | 1001101 | 1100 | 11 | 100110101 | 1011101 | 111100 |
Color Harmonies of #F83ADB
Complementary color
Monochromatic Colors of #F83ADB
Black with #F83ADB
Text Example
Text Example
White with #F83ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83ADB; }
p { color: rgb(248,58,219); }
H1.HeaderClassName
{
color: #F83ADB;
}
.AnyTagClassName
{
color: #F83ADB;
}
</style>
background-color css
<style>
a { background-color: #F83ADB; }
a { background-color: rgb(248,58,219); }
div.DivClassName
{
background-color: #F83ADB;
}
.BgClassName
{
background-color: #F83ADB;
}
</style>
border-color css
<style>
span { border-color: #F83ADB; }
span { border-color: rgb(248,58,219); }
td.TdClassName
{
border-color: #F83ADB;
}
.TagClassName
{
border-color: #F83ADB;
}
</style>