Shades of Razzle Dazzle Rose #F338D8
Tints of Razzle Dazzle Rose #F338D8
RGB
CMYK
RGB Variations
Color information
#F338D8 (or 0xF338D8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 38 and D8. RGB value is (243,56,216). Sum of RGB (Red+Green+Blue) = 243+56+216=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 56 (22.27% from 255 or 10.87% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F338D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F338D8 is #0CC727. Grayscale: #818181. Windows color (decimal): -837416 or 14170355. OLE color: 14170355.
HSL color Cylindrical-coordinate representation of color #F338D8: hue angle of 308.66º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F338D8 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 216 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.05 |
| HSL | 308.66º | 0.89% | 0.59% | - |
| HSV(B) | 308.66º | 0.77% | 0.95% | - |
| XYZ | 50.77 | 26.84 | 67.47 | - |
| YUV | 130.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 216 | 0 | 0.77 | 0.11 | 0.05 | 308.66 | 0.89 | 0.59 |
| Hex | F3 | 38 | D8 | 0 | 4D | B | 5 | 135 | 59 | 3B |
| Octal | 363 | 70 | 330 | 0 | 115 | 13 | 5 | 465 | 131 | 73 |
| Binary | 11110011 | 111000 | 11011000 | 0 | 1001101 | 1011 | 101 | 100110101 | 1011001 | 111011 |
Color Harmonies of #F338D8
Complementary color
Monochromatic Colors of #F338D8
Black with #F338D8
Text Example
Text Example
White with #F338D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F338D8; }
p { color: rgb(243,56,216); }
H1.HeaderClassName
{
color: #F338D8;
}
.AnyTagClassName
{
color: #F338D8;
}
</style>
background-color css
<style>
a { background-color: #F338D8; }
a { background-color: rgb(243,56,216); }
div.DivClassName
{
background-color: #F338D8;
}
.BgClassName
{
background-color: #F338D8;
}
</style>
border-color css
<style>
span { border-color: #F338D8; }
span { border-color: rgb(243,56,216); }
td.TdClassName
{
border-color: #F338D8;
}
.TagClassName
{
border-color: #F338D8;
}
</style>