Shades of Razzle Dazzle Rose #FF34C4
Tints of Razzle Dazzle Rose #FF34C4
RGB
CMYK
RGB Variations
Color information
#FF34C4 (or 0xFF34C4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and C4. RGB value is (255,52,196). Sum of RGB (Red+Green+Blue) = 255+52+196=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34C4 is #00CB3B. Grayscale: #808080. Windows color (decimal): -52028 or 12858623. OLE color: 12858623.
HSL color Cylindrical-coordinate representation of color #FF34C4: hue angle of 317.44º 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 #FF34C4 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 196 | - |
| CMYK | 0 | 0.80 | 0.23 | 0 |
| HSL | 317.44º | 1% | 0.6% | - |
| HSV(B) | 317.44º | 0.8% | 1% | - |
| XYZ | 52.43 | 27.7 | 54.81 | - |
| YUV | 129.11 | 165.75 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 196 | 0 | 0.80 | 0.23 | 0 | 317.44 | 1 | 0.6 |
| Hex | FF | 34 | C4 | 0 | 50 | 17 | 0 | 13D | 64 | 3C |
| Octal | 377 | 64 | 304 | 0 | 120 | 27 | 0 | 475 | 144 | 74 |
| Binary | 11111111 | 110100 | 11000100 | 0 | 1010000 | 10111 | 0 | 100111101 | 1100100 | 111100 |
Color Harmonies of #FF34C4
Complementary color
Monochromatic Colors of #FF34C4
Black with #FF34C4
Text Example
Text Example
White with #FF34C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34C4; }
p { color: rgb(255,52,196); }
H1.HeaderClassName
{
color: #FF34C4;
}
.AnyTagClassName
{
color: #FF34C4;
}
</style>
background-color css
<style>
a { background-color: #FF34C4; }
a { background-color: rgb(255,52,196); }
div.DivClassName
{
background-color: #FF34C4;
}
.BgClassName
{
background-color: #FF34C4;
}
</style>
border-color css
<style>
span { border-color: #FF34C4; }
span { border-color: rgb(255,52,196); }
td.TdClassName
{
border-color: #FF34C4;
}
.TagClassName
{
border-color: #FF34C4;
}
</style>