Shades of Razzle Dazzle Rose #F332D1
Tints of Razzle Dazzle Rose #F332D1
RGB
CMYK
RGB Variations
Color information
#F332D1 (or 0xF332D1) is known color: Razzle Dazzle Rose. HEX triplet: F3, 32 and D1. RGB value is (243,50,209). Sum of RGB (Red+Green+Blue) = 243+50+209=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F332D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F332D1 is #0CCD2E. Grayscale: #7D7D7D. Windows color (decimal): -838959 or 13710067. OLE color: 13710067.
HSL color Cylindrical-coordinate representation of color #F332D1: hue angle of 310.57º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F332D1 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 209 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.05 |
| HSL | 310.57º | 0.89% | 0.57% | - |
| HSV(B) | 310.57º | 0.79% | 0.95% | - |
| XYZ | 49.61 | 25.94 | 62.71 | - |
| YUV | 125.83 | 174.94 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 209 | 0 | 0.79 | 0.14 | 0.05 | 310.57 | 0.89 | 0.57 |
| Hex | F3 | 32 | D1 | 0 | 4F | E | 5 | 137 | 59 | 39 |
| Octal | 363 | 62 | 321 | 0 | 117 | 16 | 5 | 467 | 131 | 71 |
| Binary | 11110011 | 110010 | 11010001 | 0 | 1001111 | 1110 | 101 | 100110111 | 1011001 | 111001 |
Color Harmonies of #F332D1
Complementary color
Monochromatic Colors of #F332D1
Black with #F332D1
Text Example
Text Example
White with #F332D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F332D1; }
p { color: rgb(243,50,209); }
H1.HeaderClassName
{
color: #F332D1;
}
.AnyTagClassName
{
color: #F332D1;
}
</style>
background-color css
<style>
a { background-color: #F332D1; }
a { background-color: rgb(243,50,209); }
div.DivClassName
{
background-color: #F332D1;
}
.BgClassName
{
background-color: #F332D1;
}
</style>
border-color css
<style>
span { border-color: #F332D1; }
span { border-color: rgb(243,50,209); }
td.TdClassName
{
border-color: #F332D1;
}
.TagClassName
{
border-color: #F332D1;
}
</style>