Shades of Razzle Dazzle Rose #F033C1
Tints of Razzle Dazzle Rose #F033C1
RGB
CMYK
RGB Variations
Color information
#F033C1 (or 0xF033C1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 33 and C1. RGB value is (240,51,193). Sum of RGB (Red+Green+Blue) = 240+51+193=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F033C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F033C1 is #0FCC3E. Grayscale: #7B7B7B. Windows color (decimal): -1035327 or 12661744. OLE color: 12661744.
HSL color Cylindrical-coordinate representation of color #F033C1: hue angle of 314.92º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F033C1 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 193 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.06 |
| HSL | 314.92º | 0.86% | 0.57% | - |
| HSV(B) | 314.92º | 0.79% | 0.94% | - |
| XYZ | 46.74 | 24.74 | 52.76 | - |
| YUV | 123.7 | 167.12 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 193 | 0 | 0.79 | 0.20 | 0.06 | 314.92 | 0.86 | 0.57 |
| Hex | F0 | 33 | C1 | 0 | 4F | 14 | 6 | 13B | 56 | 39 |
| Octal | 360 | 63 | 301 | 0 | 117 | 24 | 6 | 473 | 126 | 71 |
| Binary | 11110000 | 110011 | 11000001 | 0 | 1001111 | 10100 | 110 | 100111011 | 1010110 | 111001 |
Color Harmonies of #F033C1
Complementary color
Monochromatic Colors of #F033C1
Black with #F033C1
Text Example
Text Example
White with #F033C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F033C1; }
p { color: rgb(240,51,193); }
H1.HeaderClassName
{
color: #F033C1;
}
.AnyTagClassName
{
color: #F033C1;
}
</style>
background-color css
<style>
a { background-color: #F033C1; }
a { background-color: rgb(240,51,193); }
div.DivClassName
{
background-color: #F033C1;
}
.BgClassName
{
background-color: #F033C1;
}
</style>
border-color css
<style>
span { border-color: #F033C1; }
span { border-color: rgb(240,51,193); }
td.TdClassName
{
border-color: #F033C1;
}
.TagClassName
{
border-color: #F033C1;
}
</style>