Shades of Razzle Dazzle Rose #F735D4
Tints of Razzle Dazzle Rose #F735D4
RGB
CMYK
RGB Variations
Color information
#F735D4 (or 0xF735D4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 35 and D4. RGB value is (247,53,212). Sum of RGB (Red+Green+Blue) = 247+53+212=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 53 (21.09% from 255 or 10.35% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F735D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735D4 is #08CA2B. Grayscale: #808080. Windows color (decimal): -576044 or 13907447. OLE color: 13907447.
HSL color Cylindrical-coordinate representation of color #F735D4: hue angle of 310.82º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735D4 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 212 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.03 |
| HSL | 310.82º | 0.92% | 0.59% | - |
| HSV(B) | 310.82º | 0.79% | 0.97% | - |
| XYZ | 51.51 | 27.07 | 64.8 | - |
| YUV | 129.13 | 174.77 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 212 | 0 | 0.79 | 0.14 | 0.03 | 310.82 | 0.92 | 0.59 |
| Hex | F7 | 35 | D4 | 0 | 4F | E | 3 | 137 | 5C | 3B |
| Octal | 367 | 65 | 324 | 0 | 117 | 16 | 3 | 467 | 134 | 73 |
| Binary | 11110111 | 110101 | 11010100 | 0 | 1001111 | 1110 | 11 | 100110111 | 1011100 | 111011 |
Color Harmonies of #F735D4
Complementary color
Monochromatic Colors of #F735D4
Black with #F735D4
Text Example
Text Example
White with #F735D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735D4; }
p { color: rgb(247,53,212); }
H1.HeaderClassName
{
color: #F735D4;
}
.AnyTagClassName
{
color: #F735D4;
}
</style>
background-color css
<style>
a { background-color: #F735D4; }
a { background-color: rgb(247,53,212); }
div.DivClassName
{
background-color: #F735D4;
}
.BgClassName
{
background-color: #F735D4;
}
</style>
border-color css
<style>
span { border-color: #F735D4; }
span { border-color: rgb(247,53,212); }
td.TdClassName
{
border-color: #F735D4;
}
.TagClassName
{
border-color: #F735D4;
}
</style>