Shades of Razzle Dazzle Rose #F323D5
Tints of Razzle Dazzle Rose #F323D5
RGB
CMYK
RGB Variations
Color information
#F323D5 (or 0xF323D5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 23 and D5. RGB value is (243,35,213). Sum of RGB (Red+Green+Blue) = 243+35+213=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 35 (14.06% from 255 or 7.13% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F323D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F323D5 is #0CDC2A. Grayscale: #747474. Windows color (decimal): -842795 or 13968371. OLE color: 13968371.
HSL color Cylindrical-coordinate representation of color #F323D5: hue angle of 308.65º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F323D5 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 213 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.05 |
| HSL | 308.65º | 0.9% | 0.55% | - |
| HSV(B) | 308.65º | 0.86% | 0.95% | - |
| XYZ | 49.57 | 25.06 | 65.18 | - |
| YUV | 117.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 213 | 0 | 0.86 | 0.12 | 0.05 | 308.65 | 0.9 | 0.55 |
| Hex | F3 | 23 | D5 | 0 | 56 | C | 5 | 135 | 5A | 37 |
| Octal | 363 | 43 | 325 | 0 | 126 | 14 | 5 | 465 | 132 | 67 |
| Binary | 11110011 | 100011 | 11010101 | 0 | 1010110 | 1100 | 101 | 100110101 | 1011010 | 110111 |
Color Harmonies of #F323D5
Complementary color
Monochromatic Colors of #F323D5
Black with #F323D5
Text Example
Text Example
White with #F323D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323D5; }
p { color: rgb(243,35,213); }
H1.HeaderClassName
{
color: #F323D5;
}
.AnyTagClassName
{
color: #F323D5;
}
</style>
background-color css
<style>
a { background-color: #F323D5; }
a { background-color: rgb(243,35,213); }
div.DivClassName
{
background-color: #F323D5;
}
.BgClassName
{
background-color: #F323D5;
}
</style>
border-color css
<style>
span { border-color: #F323D5; }
span { border-color: rgb(243,35,213); }
td.TdClassName
{
border-color: #F323D5;
}
.TagClassName
{
border-color: #F323D5;
}
</style>