Shades of Razzle Dazzle Rose #F330C8
Tints of Razzle Dazzle Rose #F330C8
RGB
CMYK
RGB Variations
Color information
#F330C8 (or 0xF330C8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 30 and C8. RGB value is (243,48,200). Sum of RGB (Red+Green+Blue) = 243+48+200=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F330C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F330C8 is #0CCF37. Grayscale: #7B7B7B. Windows color (decimal): -839480 or 13119731. OLE color: 13119731.
HSL color Cylindrical-coordinate representation of color #F330C8: hue angle of 313.23º 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 #F330C8 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 200 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.05 |
| HSL | 313.23º | 0.89% | 0.57% | - |
| HSV(B) | 313.23º | 0.8% | 0.95% | - |
| XYZ | 48.44 | 25.34 | 56.98 | - |
| YUV | 123.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 200 | 0 | 0.80 | 0.18 | 0.05 | 313.23 | 0.89 | 0.57 |
| Hex | F3 | 30 | C8 | 0 | 50 | 12 | 5 | 139 | 59 | 39 |
| Octal | 363 | 60 | 310 | 0 | 120 | 22 | 5 | 471 | 131 | 71 |
| Binary | 11110011 | 110000 | 11001000 | 0 | 1010000 | 10010 | 101 | 100111001 | 1011001 | 111001 |
Color Harmonies of #F330C8
Complementary color
Monochromatic Colors of #F330C8
Black with #F330C8
Text Example
Text Example
White with #F330C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F330C8; }
p { color: rgb(243,48,200); }
H1.HeaderClassName
{
color: #F330C8;
}
.AnyTagClassName
{
color: #F330C8;
}
</style>
background-color css
<style>
a { background-color: #F330C8; }
a { background-color: rgb(243,48,200); }
div.DivClassName
{
background-color: #F330C8;
}
.BgClassName
{
background-color: #F330C8;
}
</style>
border-color css
<style>
span { border-color: #F330C8; }
span { border-color: rgb(243,48,200); }
td.TdClassName
{
border-color: #F330C8;
}
.TagClassName
{
border-color: #F330C8;
}
</style>