Shades of Razzle Dazzle Rose #FF34F7
Tints of Razzle Dazzle Rose #FF34F7
RGB
CMYK
RGB Variations
Color information
#FF34F7 (or 0xFF34F7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and F7. RGB value is (255,52,247). Sum of RGB (Red+Green+Blue) = 255+52+247=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 52 (20.70% from 255 or 9.39% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF34F7 is #00CB08. Grayscale: #868686. Windows color (decimal): -51977 or 16200959. OLE color: 16200959.
HSL color Cylindrical-coordinate representation of color #FF34F7: hue angle of 302.36º 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 #FF34F7 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 247 | - |
| CMYK | 0 | 0.80 | 0.03 | 0 |
| HSL | 302.36º | 1% | 0.6% | - |
| HSV(B) | 302.36º | 0.8% | 1% | - |
| XYZ | 59.26 | 30.43 | 90.75 | - |
| YUV | 134.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 247 | 0 | 0.80 | 0.03 | 0 | 302.36 | 1 | 0.6 |
| Hex | FF | 34 | F7 | 0 | 50 | 3 | 0 | 12E | 64 | 3C |
| Octal | 377 | 64 | 367 | 0 | 120 | 3 | 0 | 456 | 144 | 74 |
| Binary | 11111111 | 110100 | 11110111 | 0 | 1010000 | 11 | 0 | 100101110 | 1100100 | 111100 |
Color Harmonies of #FF34F7
Complementary color
Monochromatic Colors of #FF34F7
Black with #FF34F7
Text Example
Text Example
White with #FF34F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34F7; }
p { color: rgb(255,52,247); }
H1.HeaderClassName
{
color: #FF34F7;
}
.AnyTagClassName
{
color: #FF34F7;
}
</style>
background-color css
<style>
a { background-color: #FF34F7; }
a { background-color: rgb(255,52,247); }
div.DivClassName
{
background-color: #FF34F7;
}
.BgClassName
{
background-color: #FF34F7;
}
</style>
border-color css
<style>
span { border-color: #FF34F7; }
span { border-color: rgb(255,52,247); }
td.TdClassName
{
border-color: #FF34F7;
}
.TagClassName
{
border-color: #FF34F7;
}
</style>