Shades of Razzle Dazzle Rose #F323C9
Tints of Razzle Dazzle Rose #F323C9
RGB
CMYK
RGB Variations
Color information
#F323C9 (or 0xF323C9) is known color: Razzle Dazzle Rose. HEX triplet: F3, 23 and C9. RGB value is (243,35,201). Sum of RGB (Red+Green+Blue) = 243+35+201=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F323C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F323C9 is #0CDC36. Grayscale: #737373. Windows color (decimal): -842807 or 13181939. OLE color: 13181939.
HSL color Cylindrical-coordinate representation of color #F323C9: hue angle of 312.12º 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 #F323C9 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 201 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.05 |
| HSL | 312.12º | 0.9% | 0.55% | - |
| HSV(B) | 312.12º | 0.86% | 0.95% | - |
| XYZ | 48.11 | 24.47 | 57.45 | - |
| YUV | 116.12 | 175.91 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 201 | 0 | 0.86 | 0.17 | 0.05 | 312.12 | 0.9 | 0.55 |
| Hex | F3 | 23 | C9 | 0 | 56 | 11 | 5 | 138 | 5A | 37 |
| Octal | 363 | 43 | 311 | 0 | 126 | 21 | 5 | 470 | 132 | 67 |
| Binary | 11110011 | 100011 | 11001001 | 0 | 1010110 | 10001 | 101 | 100111000 | 1011010 | 110111 |
Color Harmonies of #F323C9
Complementary color
Monochromatic Colors of #F323C9
Black with #F323C9
Text Example
Text Example
White with #F323C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323C9; }
p { color: rgb(243,35,201); }
H1.HeaderClassName
{
color: #F323C9;
}
.AnyTagClassName
{
color: #F323C9;
}
</style>
background-color css
<style>
a { background-color: #F323C9; }
a { background-color: rgb(243,35,201); }
div.DivClassName
{
background-color: #F323C9;
}
.BgClassName
{
background-color: #F323C9;
}
</style>
border-color css
<style>
span { border-color: #F323C9; }
span { border-color: rgb(243,35,201); }
td.TdClassName
{
border-color: #F323C9;
}
.TagClassName
{
border-color: #F323C9;
}
</style>