Shades of Razzle Dazzle Rose #F33AD1
Tints of Razzle Dazzle Rose #F33AD1
RGB
CMYK
RGB Variations
Color information
#F33AD1 (or 0xF33AD1) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and D1. RGB value is (243,58,209). Sum of RGB (Red+Green+Blue) = 243+58+209=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33AD1 is #0CC52E. Grayscale: #828282. Windows color (decimal): -836911 or 13712115. OLE color: 13712115.
HSL color Cylindrical-coordinate representation of color #F33AD1: hue angle of 311.03º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33AD1 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 209 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.05 |
| HSL | 311.03º | 0.89% | 0.59% | - |
| HSV(B) | 311.03º | 0.76% | 0.95% | - |
| XYZ | 49.98 | 26.68 | 62.84 | - |
| YUV | 130.53 | 172.29 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 209 | 0 | 0.76 | 0.14 | 0.05 | 311.03 | 0.89 | 0.59 |
| Hex | F3 | 3A | D1 | 0 | 4C | E | 5 | 137 | 59 | 3B |
| Octal | 363 | 72 | 321 | 0 | 114 | 16 | 5 | 467 | 131 | 73 |
| Binary | 11110011 | 111010 | 11010001 | 0 | 1001100 | 1110 | 101 | 100110111 | 1011001 | 111011 |
Color Harmonies of #F33AD1
Complementary color
Monochromatic Colors of #F33AD1
Black with #F33AD1
Text Example
Text Example
White with #F33AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AD1; }
p { color: rgb(243,58,209); }
H1.HeaderClassName
{
color: #F33AD1;
}
.AnyTagClassName
{
color: #F33AD1;
}
</style>
background-color css
<style>
a { background-color: #F33AD1; }
a { background-color: rgb(243,58,209); }
div.DivClassName
{
background-color: #F33AD1;
}
.BgClassName
{
background-color: #F33AD1;
}
</style>
border-color css
<style>
span { border-color: #F33AD1; }
span { border-color: rgb(243,58,209); }
td.TdClassName
{
border-color: #F33AD1;
}
.TagClassName
{
border-color: #F33AD1;
}
</style>