Shades of Razzle Dazzle Rose #F83AD3
Tints of Razzle Dazzle Rose #F83AD3
RGB
CMYK
RGB Variations
Color information
#F83AD3 (or 0xF83AD3) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and D3. RGB value is (248,58,211). Sum of RGB (Red+Green+Blue) = 248+58+211=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83AD3 is #07C52C. Grayscale: #838383. Windows color (decimal): -509229 or 13843192. OLE color: 13843192.
HSL color Cylindrical-coordinate representation of color #F83AD3: hue angle of 311.68º 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 #F83AD3 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 211 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.03 |
| HSL | 311.68º | 0.93% | 0.6% | - |
| HSV(B) | 311.68º | 0.77% | 0.97% | - |
| XYZ | 51.98 | 27.69 | 64.23 | - |
| YUV | 132.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 211 | 0 | 0.77 | 0.15 | 0.03 | 311.68 | 0.93 | 0.6 |
| Hex | F8 | 3A | D3 | 0 | 4D | F | 3 | 138 | 5D | 3C |
| Octal | 370 | 72 | 323 | 0 | 115 | 17 | 3 | 470 | 135 | 74 |
| Binary | 11111000 | 111010 | 11010011 | 0 | 1001101 | 1111 | 11 | 100111000 | 1011101 | 111100 |
Color Harmonies of #F83AD3
Complementary color
Monochromatic Colors of #F83AD3
Black with #F83AD3
Text Example
Text Example
White with #F83AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AD3; }
p { color: rgb(248,58,211); }
H1.HeaderClassName
{
color: #F83AD3;
}
.AnyTagClassName
{
color: #F83AD3;
}
</style>
background-color css
<style>
a { background-color: #F83AD3; }
a { background-color: rgb(248,58,211); }
div.DivClassName
{
background-color: #F83AD3;
}
.BgClassName
{
background-color: #F83AD3;
}
</style>
border-color css
<style>
span { border-color: #F83AD3; }
span { border-color: rgb(248,58,211); }
td.TdClassName
{
border-color: #F83AD3;
}
.TagClassName
{
border-color: #F83AD3;
}
</style>