Shades of Razzle Dazzle Rose #F735DC
Tints of Razzle Dazzle Rose #F735DC
RGB
CMYK
RGB Variations
Color information
#F735DC (or 0xF735DC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 35 and DC. RGB value is (247,53,220). Sum of RGB (Red+Green+Blue) = 247+53+220=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F735DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735DC is #08CA23. Grayscale: #818181. Windows color (decimal): -576036 or 14431735. OLE color: 14431735.
HSL color Cylindrical-coordinate representation of color #F735DC: hue angle of 308.35º 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 #F735DC is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 220 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.03 |
| HSL | 308.35º | 0.92% | 0.59% | - |
| HSV(B) | 308.35º | 0.79% | 0.97% | - |
| XYZ | 52.55 | 27.49 | 70.25 | - |
| YUV | 130.04 | 178.77 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 220 | 0 | 0.79 | 0.11 | 0.03 | 308.35 | 0.92 | 0.59 |
| Hex | F7 | 35 | DC | 0 | 4F | B | 3 | 134 | 5C | 3B |
| Octal | 367 | 65 | 334 | 0 | 117 | 13 | 3 | 464 | 134 | 73 |
| Binary | 11110111 | 110101 | 11011100 | 0 | 1001111 | 1011 | 11 | 100110100 | 1011100 | 111011 |
Color Harmonies of #F735DC
Complementary color
Monochromatic Colors of #F735DC
Black with #F735DC
Text Example
Text Example
White with #F735DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735DC; }
p { color: rgb(247,53,220); }
H1.HeaderClassName
{
color: #F735DC;
}
.AnyTagClassName
{
color: #F735DC;
}
</style>
background-color css
<style>
a { background-color: #F735DC; }
a { background-color: rgb(247,53,220); }
div.DivClassName
{
background-color: #F735DC;
}
.BgClassName
{
background-color: #F735DC;
}
</style>
border-color css
<style>
span { border-color: #F735DC; }
span { border-color: rgb(247,53,220); }
td.TdClassName
{
border-color: #F735DC;
}
.TagClassName
{
border-color: #F735DC;
}
</style>