Shades of Razzle Dazzle Rose #F343CC
Tints of Razzle Dazzle Rose #F343CC
RGB
CMYK
RGB Variations
Color information
#F343CC (or 0xF343CC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 43 and CC. RGB value is (243,67,204). Sum of RGB (Red+Green+Blue) = 243+67+204=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F343CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F343CC is #0CBC33. Grayscale: #868686. Windows color (decimal): -834612 or 13386739. OLE color: 13386739.
HSL color Cylindrical-coordinate representation of color #F343CC: hue angle of 313.3º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F343CC is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 204 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.05 |
| HSL | 313.3º | 0.88% | 0.61% | - |
| HSV(B) | 313.3º | 0.72% | 0.95% | - |
| XYZ | 49.87 | 27.43 | 59.79 | - |
| YUV | 135.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 204 | 0 | 0.72 | 0.16 | 0.05 | 313.3 | 0.88 | 0.61 |
| Hex | F3 | 43 | CC | 0 | 48 | 10 | 5 | 139 | 58 | 3D |
| Octal | 363 | 103 | 314 | 0 | 110 | 20 | 5 | 471 | 130 | 75 |
| Binary | 11110011 | 1000011 | 11001100 | 0 | 1001000 | 10000 | 101 | 100111001 | 1011000 | 111101 |
Color Harmonies of #F343CC
Complementary color
Monochromatic Colors of #F343CC
Black with #F343CC
Text Example
Text Example
White with #F343CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F343CC; }
p { color: rgb(243,67,204); }
H1.HeaderClassName
{
color: #F343CC;
}
.AnyTagClassName
{
color: #F343CC;
}
</style>
background-color css
<style>
a { background-color: #F343CC; }
a { background-color: rgb(243,67,204); }
div.DivClassName
{
background-color: #F343CC;
}
.BgClassName
{
background-color: #F343CC;
}
</style>
border-color css
<style>
span { border-color: #F343CC; }
span { border-color: rgb(243,67,204); }
td.TdClassName
{
border-color: #F343CC;
}
.TagClassName
{
border-color: #F343CC;
}
</style>