Shades of Razzle Dazzle Rose #F83ADC
Tints of Razzle Dazzle Rose #F83ADC
RGB
CMYK
RGB Variations
Color information
#F83ADC (or 0xF83ADC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and DC. RGB value is (248,58,220). Sum of RGB (Red+Green+Blue) = 248+58+220=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ADC is #07C523. Grayscale: #848484. Windows color (decimal): -509220 or 14433016. OLE color: 14433016.
HSL color Cylindrical-coordinate representation of color #F83ADC: hue angle of 308.84º 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 #F83ADC is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 220 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.03 |
| HSL | 308.84º | 0.93% | 0.6% | - |
| HSV(B) | 308.84º | 0.77% | 0.97% | - |
| XYZ | 53.14 | 28.15 | 70.34 | - |
| YUV | 133.28 | 176.95 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 220 | 0 | 0.77 | 0.11 | 0.03 | 308.84 | 0.93 | 0.6 |
| Hex | F8 | 3A | DC | 0 | 4D | B | 3 | 135 | 5D | 3C |
| Octal | 370 | 72 | 334 | 0 | 115 | 13 | 3 | 465 | 135 | 74 |
| Binary | 11111000 | 111010 | 11011100 | 0 | 1001101 | 1011 | 11 | 100110101 | 1011101 | 111100 |
Color Harmonies of #F83ADC
Complementary color
Monochromatic Colors of #F83ADC
Black with #F83ADC
Text Example
Text Example
White with #F83ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83ADC; }
p { color: rgb(248,58,220); }
H1.HeaderClassName
{
color: #F83ADC;
}
.AnyTagClassName
{
color: #F83ADC;
}
</style>
background-color css
<style>
a { background-color: #F83ADC; }
a { background-color: rgb(248,58,220); }
div.DivClassName
{
background-color: #F83ADC;
}
.BgClassName
{
background-color: #F83ADC;
}
</style>
border-color css
<style>
span { border-color: #F83ADC; }
span { border-color: rgb(248,58,220); }
td.TdClassName
{
border-color: #F83ADC;
}
.TagClassName
{
border-color: #F83ADC;
}
</style>