Shades of Razzle Dazzle Rose #F321D4
Tints of Razzle Dazzle Rose #F321D4
RGB
CMYK
RGB Variations
Color information
#F321D4 (or 0xF321D4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 21 and D4. RGB value is (243,33,212). Sum of RGB (Red+Green+Blue) = 243+33+212=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F321D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321D4 is #0CDE2B. Grayscale: #737373. Windows color (decimal): -843308 or 13902323. OLE color: 13902323.
HSL color Cylindrical-coordinate representation of color #F321D4: hue angle of 308.86º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F321D4 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 212 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.05 |
| HSL | 308.86º | 0.9% | 0.54% | - |
| HSV(B) | 308.86º | 0.86% | 0.95% | - |
| XYZ | 49.39 | 24.9 | 64.49 | - |
| YUV | 116.2 | 182.07 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 212 | 0 | 0.86 | 0.13 | 0.05 | 308.86 | 0.9 | 0.54 |
| Hex | F3 | 21 | D4 | 0 | 56 | D | 5 | 135 | 5A | 36 |
| Octal | 363 | 41 | 324 | 0 | 126 | 15 | 5 | 465 | 132 | 66 |
| Binary | 11110011 | 100001 | 11010100 | 0 | 1010110 | 1101 | 101 | 100110101 | 1011010 | 110110 |
Color Harmonies of #F321D4
Complementary color
Monochromatic Colors of #F321D4
Black with #F321D4
Text Example
Text Example
White with #F321D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321D4; }
p { color: rgb(243,33,212); }
H1.HeaderClassName
{
color: #F321D4;
}
.AnyTagClassName
{
color: #F321D4;
}
</style>
background-color css
<style>
a { background-color: #F321D4; }
a { background-color: rgb(243,33,212); }
div.DivClassName
{
background-color: #F321D4;
}
.BgClassName
{
background-color: #F321D4;
}
</style>
border-color css
<style>
span { border-color: #F321D4; }
span { border-color: rgb(243,33,212); }
td.TdClassName
{
border-color: #F321D4;
}
.TagClassName
{
border-color: #F321D4;
}
</style>