Shades of Razzle Dazzle Rose #F328CA
Tints of Razzle Dazzle Rose #F328CA
RGB
CMYK
RGB Variations
Color information
#F328CA (or 0xF328CA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and CA. RGB value is (243,40,202). Sum of RGB (Red+Green+Blue) = 243+40+202=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F328CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328CA is #0CD735. Grayscale: #767676. Windows color (decimal): -841526 or 13248755. OLE color: 13248755.
HSL color Cylindrical-coordinate representation of color #F328CA: hue angle of 312.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328CA is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 202 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.05 |
| HSL | 312.12º | 0.89% | 0.55% | - |
| HSV(B) | 312.12º | 0.84% | 0.95% | - |
| XYZ | 48.38 | 24.84 | 58.12 | - |
| YUV | 119.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 202 | 0 | 0.84 | 0.17 | 0.05 | 312.12 | 0.89 | 0.55 |
| Hex | F3 | 28 | CA | 0 | 54 | 11 | 5 | 138 | 59 | 37 |
| Octal | 363 | 50 | 312 | 0 | 124 | 21 | 5 | 470 | 131 | 67 |
| Binary | 11110011 | 101000 | 11001010 | 0 | 1010100 | 10001 | 101 | 100111000 | 1011001 | 110111 |
Color Harmonies of #F328CA
Complementary color
Monochromatic Colors of #F328CA
Black with #F328CA
Text Example
Text Example
White with #F328CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328CA; }
p { color: rgb(243,40,202); }
H1.HeaderClassName
{
color: #F328CA;
}
.AnyTagClassName
{
color: #F328CA;
}
</style>
background-color css
<style>
a { background-color: #F328CA; }
a { background-color: rgb(243,40,202); }
div.DivClassName
{
background-color: #F328CA;
}
.BgClassName
{
background-color: #F328CA;
}
</style>
border-color css
<style>
span { border-color: #F328CA; }
span { border-color: rgb(243,40,202); }
td.TdClassName
{
border-color: #F328CA;
}
.TagClassName
{
border-color: #F328CA;
}
</style>