Shades of Razzle Dazzle Rose #FF34C5
Tints of Razzle Dazzle Rose #FF34C5
RGB
CMYK
RGB Variations
Color information
#FF34C5 (or 0xFF34C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and C5. RGB value is (255,52,197). Sum of RGB (Red+Green+Blue) = 255+52+197=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34C5 is #00CB3A. Grayscale: #808080. Windows color (decimal): -52027 or 12924159. OLE color: 12924159.
HSL color Cylindrical-coordinate representation of color #FF34C5: hue angle of 317.14º 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 #FF34C5 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 197 | - |
| CMYK | 0 | 0.80 | 0.23 | 0 |
| HSL | 317.14º | 1% | 0.6% | - |
| HSV(B) | 317.14º | 0.8% | 1% | - |
| XYZ | 52.55 | 27.75 | 55.41 | - |
| YUV | 129.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 197 | 0 | 0.80 | 0.23 | 0 | 317.14 | 1 | 0.6 |
| Hex | FF | 34 | C5 | 0 | 50 | 17 | 0 | 13D | 64 | 3C |
| Octal | 377 | 64 | 305 | 0 | 120 | 27 | 0 | 475 | 144 | 74 |
| Binary | 11111111 | 110100 | 11000101 | 0 | 1010000 | 10111 | 0 | 100111101 | 1100100 | 111100 |
Color Harmonies of #FF34C5
Complementary color
Monochromatic Colors of #FF34C5
Black with #FF34C5
Text Example
Text Example
White with #FF34C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34C5; }
p { color: rgb(255,52,197); }
H1.HeaderClassName
{
color: #FF34C5;
}
.AnyTagClassName
{
color: #FF34C5;
}
</style>
background-color css
<style>
a { background-color: #FF34C5; }
a { background-color: rgb(255,52,197); }
div.DivClassName
{
background-color: #FF34C5;
}
.BgClassName
{
background-color: #FF34C5;
}
</style>
border-color css
<style>
span { border-color: #FF34C5; }
span { border-color: rgb(255,52,197); }
td.TdClassName
{
border-color: #FF34C5;
}
.TagClassName
{
border-color: #FF34C5;
}
</style>