Shades of Razzle Dazzle Rose #FF34C0
Tints of Razzle Dazzle Rose #FF34C0
RGB
CMYK
RGB Variations
Color information
#FF34C0 (or 0xFF34C0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and C0. RGB value is (255,52,192). Sum of RGB (Red+Green+Blue) = 255+52+192=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34C0 is #00CB3F. Grayscale: #808080. Windows color (decimal): -52032 or 12596479. OLE color: 12596479.
HSL color Cylindrical-coordinate representation of color #FF34C0: hue angle of 318.62º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF34C0 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 192 | - |
| CMYK | 0 | 0.80 | 0.25 | 0 |
| HSL | 318.62º | 1% | 0.6% | - |
| HSV(B) | 318.62º | 0.8% | 1% | - |
| XYZ | 51.98 | 27.52 | 52.44 | - |
| YUV | 128.66 | 163.75 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 192 | 0 | 0.80 | 0.25 | 0 | 318.62 | 1 | 0.6 |
| Hex | FF | 34 | C0 | 0 | 50 | 19 | 0 | 13F | 64 | 3C |
| Octal | 377 | 64 | 300 | 0 | 120 | 31 | 0 | 477 | 144 | 74 |
| Binary | 11111111 | 110100 | 11000000 | 0 | 1010000 | 11001 | 0 | 100111111 | 1100100 | 111100 |
Color Harmonies of #FF34C0
Complementary color
Monochromatic Colors of #FF34C0
Black with #FF34C0
Text Example
Text Example
White with #FF34C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34C0; }
p { color: rgb(255,52,192); }
H1.HeaderClassName
{
color: #FF34C0;
}
.AnyTagClassName
{
color: #FF34C0;
}
</style>
background-color css
<style>
a { background-color: #FF34C0; }
a { background-color: rgb(255,52,192); }
div.DivClassName
{
background-color: #FF34C0;
}
.BgClassName
{
background-color: #FF34C0;
}
</style>
border-color css
<style>
span { border-color: #FF34C0; }
span { border-color: rgb(255,52,192); }
td.TdClassName
{
border-color: #FF34C0;
}
.TagClassName
{
border-color: #FF34C0;
}
</style>