Shades of Razzle Dazzle Rose #F330B8
Tints of Razzle Dazzle Rose #F330B8
RGB
CMYK
RGB Variations
Color information
#F330B8 (or 0xF330B8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 30 and B8. RGB value is (243,48,184). Sum of RGB (Red+Green+Blue) = 243+48+184=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F330B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F330B8 is #0CCF47. Grayscale: #797979. Windows color (decimal): -839496 or 12071155. OLE color: 12071155.
HSL color Cylindrical-coordinate representation of color #F330B8: hue angle of 318.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F330B8 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 184 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.05 |
| HSL | 318.15º | 0.89% | 0.57% | - |
| HSV(B) | 318.15º | 0.8% | 0.95% | - |
| XYZ | 46.67 | 24.63 | 47.64 | - |
| YUV | 121.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 184 | 0 | 0.80 | 0.24 | 0.05 | 318.15 | 0.89 | 0.57 |
| Hex | F3 | 30 | B8 | 0 | 50 | 18 | 5 | 13E | 59 | 39 |
| Octal | 363 | 60 | 270 | 0 | 120 | 30 | 5 | 476 | 131 | 71 |
| Binary | 11110011 | 110000 | 10111000 | 0 | 1010000 | 11000 | 101 | 100111110 | 1011001 | 111001 |
Color Harmonies of #F330B8
Complementary color
Monochromatic Colors of #F330B8
Black with #F330B8
Text Example
Text Example
White with #F330B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F330B8; }
p { color: rgb(243,48,184); }
H1.HeaderClassName
{
color: #F330B8;
}
.AnyTagClassName
{
color: #F330B8;
}
</style>
background-color css
<style>
a { background-color: #F330B8; }
a { background-color: rgb(243,48,184); }
div.DivClassName
{
background-color: #F330B8;
}
.BgClassName
{
background-color: #F330B8;
}
</style>
border-color css
<style>
span { border-color: #F330B8; }
span { border-color: rgb(243,48,184); }
td.TdClassName
{
border-color: #F330B8;
}
.TagClassName
{
border-color: #F330B8;
}
</style>