Shades of Razzle Dazzle Rose #FF34C9
Tints of Razzle Dazzle Rose #FF34C9
RGB
CMYK
RGB Variations
Color information
#FF34C9 (or 0xFF34C9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and C9. RGB value is (255,52,201). Sum of RGB (Red+Green+Blue) = 255+52+201=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 52 (20.70% from 255 or 10.24% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34C9 is #00CB36. Grayscale: #818181. Windows color (decimal): -52023 or 13186303. OLE color: 13186303.
HSL color Cylindrical-coordinate representation of color #FF34C9: hue angle of 315.96º 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 #FF34C9 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 201 | - |
| CMYK | 0 | 0.80 | 0.21 | 0 |
| HSL | 315.96º | 1% | 0.6% | - |
| HSV(B) | 315.96º | 0.8% | 1% | - |
| XYZ | 53.01 | 27.93 | 57.86 | - |
| YUV | 129.68 | 168.25 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 201 | 0 | 0.80 | 0.21 | 0 | 315.96 | 1 | 0.6 |
| Hex | FF | 34 | C9 | 0 | 50 | 15 | 0 | 13C | 64 | 3C |
| Octal | 377 | 64 | 311 | 0 | 120 | 25 | 0 | 474 | 144 | 74 |
| Binary | 11111111 | 110100 | 11001001 | 0 | 1010000 | 10101 | 0 | 100111100 | 1100100 | 111100 |
Color Harmonies of #FF34C9
Complementary color
Monochromatic Colors of #FF34C9
Black with #FF34C9
Text Example
Text Example
White with #FF34C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34C9; }
p { color: rgb(255,52,201); }
H1.HeaderClassName
{
color: #FF34C9;
}
.AnyTagClassName
{
color: #FF34C9;
}
</style>
background-color css
<style>
a { background-color: #FF34C9; }
a { background-color: rgb(255,52,201); }
div.DivClassName
{
background-color: #FF34C9;
}
.BgClassName
{
background-color: #FF34C9;
}
</style>
border-color css
<style>
span { border-color: #FF34C9; }
span { border-color: rgb(255,52,201); }
td.TdClassName
{
border-color: #FF34C9;
}
.TagClassName
{
border-color: #FF34C9;
}
</style>