Shades of Razzle Dazzle Rose #F323CA
Tints of Razzle Dazzle Rose #F323CA
RGB
CMYK
RGB Variations
Color information
#F323CA (or 0xF323CA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 23 and CA. RGB value is (243,35,202). Sum of RGB (Red+Green+Blue) = 243+35+202=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F323CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F323CA is #0CDC35. Grayscale: #737373. Windows color (decimal): -842806 or 13247475. OLE color: 13247475.
HSL color Cylindrical-coordinate representation of color #F323CA: hue angle of 311.83º 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 #F323CA is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 202 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.05 |
| HSL | 311.83º | 0.9% | 0.55% | - |
| HSV(B) | 311.83º | 0.86% | 0.95% | - |
| XYZ | 48.22 | 24.52 | 58.07 | - |
| YUV | 116.23 | 176.41 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 202 | 0 | 0.86 | 0.17 | 0.05 | 311.83 | 0.9 | 0.55 |
| Hex | F3 | 23 | CA | 0 | 56 | 11 | 5 | 138 | 5A | 37 |
| Octal | 363 | 43 | 312 | 0 | 126 | 21 | 5 | 470 | 132 | 67 |
| Binary | 11110011 | 100011 | 11001010 | 0 | 1010110 | 10001 | 101 | 100111000 | 1011010 | 110111 |
Color Harmonies of #F323CA
Complementary color
Monochromatic Colors of #F323CA
Black with #F323CA
Text Example
Text Example
White with #F323CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323CA; }
p { color: rgb(243,35,202); }
H1.HeaderClassName
{
color: #F323CA;
}
.AnyTagClassName
{
color: #F323CA;
}
</style>
background-color css
<style>
a { background-color: #F323CA; }
a { background-color: rgb(243,35,202); }
div.DivClassName
{
background-color: #F323CA;
}
.BgClassName
{
background-color: #F323CA;
}
</style>
border-color css
<style>
span { border-color: #F323CA; }
span { border-color: rgb(243,35,202); }
td.TdClassName
{
border-color: #F323CA;
}
.TagClassName
{
border-color: #F323CA;
}
</style>