Shades of Razzle Dazzle Rose #F334C3
Tints of Razzle Dazzle Rose #F334C3
RGB
CMYK
RGB Variations
Color information
#F334C3 (or 0xF334C3) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and C3. RGB value is (243,52,195). Sum of RGB (Red+Green+Blue) = 243+52+195=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F334C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334C3 is #0CCB3C. Grayscale: #7D7D7D. Windows color (decimal): -838461 or 12793075. OLE color: 12793075.
HSL color Cylindrical-coordinate representation of color #F334C3: hue angle of 315.08º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334C3 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 195 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.05 |
| HSL | 315.08º | 0.89% | 0.58% | - |
| HSV(B) | 315.08º | 0.79% | 0.95% | - |
| XYZ | 48.04 | 25.45 | 54.01 | - |
| YUV | 125.41 | 167.28 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 195 | 0 | 0.79 | 0.20 | 0.05 | 315.08 | 0.89 | 0.58 |
| Hex | F3 | 34 | C3 | 0 | 4F | 14 | 5 | 13B | 59 | 3A |
| Octal | 363 | 64 | 303 | 0 | 117 | 24 | 5 | 473 | 131 | 72 |
| Binary | 11110011 | 110100 | 11000011 | 0 | 1001111 | 10100 | 101 | 100111011 | 1011001 | 111010 |
Color Harmonies of #F334C3
Complementary color
Monochromatic Colors of #F334C3
Black with #F334C3
Text Example
Text Example
White with #F334C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334C3; }
p { color: rgb(243,52,195); }
H1.HeaderClassName
{
color: #F334C3;
}
.AnyTagClassName
{
color: #F334C3;
}
</style>
background-color css
<style>
a { background-color: #F334C3; }
a { background-color: rgb(243,52,195); }
div.DivClassName
{
background-color: #F334C3;
}
.BgClassName
{
background-color: #F334C3;
}
</style>
border-color css
<style>
span { border-color: #F334C3; }
span { border-color: rgb(243,52,195); }
td.TdClassName
{
border-color: #F334C3;
}
.TagClassName
{
border-color: #F334C3;
}
</style>