Shades of Razzle Dazzle Rose #F33ADB
Tints of Razzle Dazzle Rose #F33ADB
RGB
CMYK
RGB Variations
Color information
#F33ADB (or 0xF33ADB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and DB. RGB value is (243,58,219). Sum of RGB (Red+Green+Blue) = 243+58+219=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ADB is #0CC524. Grayscale: #838383. Windows color (decimal): -836901 or 14367475. OLE color: 14367475.
HSL color Cylindrical-coordinate representation of color #F33ADB: hue angle of 307.78º 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 #F33ADB is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 219 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.05 |
| HSL | 307.78º | 0.89% | 0.59% | - |
| HSV(B) | 307.78º | 0.76% | 0.95% | - |
| XYZ | 51.26 | 27.2 | 69.57 | - |
| YUV | 131.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 219 | 0 | 0.76 | 0.10 | 0.05 | 307.78 | 0.89 | 0.59 |
| Hex | F3 | 3A | DB | 0 | 4C | A | 5 | 134 | 59 | 3B |
| Octal | 363 | 72 | 333 | 0 | 114 | 12 | 5 | 464 | 131 | 73 |
| Binary | 11110011 | 111010 | 11011011 | 0 | 1001100 | 1010 | 101 | 100110100 | 1011001 | 111011 |
Color Harmonies of #F33ADB
Complementary color
Monochromatic Colors of #F33ADB
Black with #F33ADB
Text Example
Text Example
White with #F33ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33ADB; }
p { color: rgb(243,58,219); }
H1.HeaderClassName
{
color: #F33ADB;
}
.AnyTagClassName
{
color: #F33ADB;
}
</style>
background-color css
<style>
a { background-color: #F33ADB; }
a { background-color: rgb(243,58,219); }
div.DivClassName
{
background-color: #F33ADB;
}
.BgClassName
{
background-color: #F33ADB;
}
</style>
border-color css
<style>
span { border-color: #F33ADB; }
span { border-color: rgb(243,58,219); }
td.TdClassName
{
border-color: #F33ADB;
}
.TagClassName
{
border-color: #F33ADB;
}
</style>