Shades of Razzle Dazzle Rose #F334BC
Tints of Razzle Dazzle Rose #F334BC
RGB
CMYK
RGB Variations
Color information
#F334BC (or 0xF334BC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and BC. RGB value is (243,52,188). Sum of RGB (Red+Green+Blue) = 243+52+188=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F334BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334BC is #0CCB43. Grayscale: #7C7C7C. Windows color (decimal): -838468 or 12334323. OLE color: 12334323.
HSL color Cylindrical-coordinate representation of color #F334BC: hue angle of 317.28º 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 #F334BC is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 188 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.05 |
| HSL | 317.28º | 0.89% | 0.58% | - |
| HSV(B) | 317.28º | 0.79% | 0.95% | - |
| XYZ | 47.27 | 25.14 | 49.94 | - |
| YUV | 124.61 | 163.78 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 188 | 0 | 0.79 | 0.23 | 0.05 | 317.28 | 0.89 | 0.58 |
| Hex | F3 | 34 | BC | 0 | 4F | 17 | 5 | 13D | 59 | 3A |
| Octal | 363 | 64 | 274 | 0 | 117 | 27 | 5 | 475 | 131 | 72 |
| Binary | 11110011 | 110100 | 10111100 | 0 | 1001111 | 10111 | 101 | 100111101 | 1011001 | 111010 |
Color Harmonies of #F334BC
Complementary color
Monochromatic Colors of #F334BC
Black with #F334BC
Text Example
Text Example
White with #F334BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334BC; }
p { color: rgb(243,52,188); }
H1.HeaderClassName
{
color: #F334BC;
}
.AnyTagClassName
{
color: #F334BC;
}
</style>
background-color css
<style>
a { background-color: #F334BC; }
a { background-color: rgb(243,52,188); }
div.DivClassName
{
background-color: #F334BC;
}
.BgClassName
{
background-color: #F334BC;
}
</style>
border-color css
<style>
span { border-color: #F334BC; }
span { border-color: rgb(243,52,188); }
td.TdClassName
{
border-color: #F334BC;
}
.TagClassName
{
border-color: #F334BC;
}
</style>