Shades of Razzle Dazzle Rose #F730CF
Tints of Razzle Dazzle Rose #F730CF
RGB
CMYK
RGB Variations
Color information
#F730CF (or 0xF730CF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and CF. RGB value is (247,48,207). Sum of RGB (Red+Green+Blue) = 247+48+207=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F730CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730CF is #08CF30. Grayscale: #7D7D7D. Windows color (decimal): -577329 or 13578487. OLE color: 13578487.
HSL color Cylindrical-coordinate representation of color #F730CF: hue angle of 312.06º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F730CF is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 207 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.03 |
| HSL | 312.06º | 0.93% | 0.58% | - |
| HSV(B) | 312.06º | 0.81% | 0.97% | - |
| XYZ | 50.68 | 26.39 | 61.45 | - |
| YUV | 125.63 | 173.93 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 207 | 0 | 0.81 | 0.16 | 0.03 | 312.06 | 0.93 | 0.58 |
| Hex | F7 | 30 | CF | 0 | 51 | 10 | 3 | 138 | 5D | 3A |
| Octal | 367 | 60 | 317 | 0 | 121 | 20 | 3 | 470 | 135 | 72 |
| Binary | 11110111 | 110000 | 11001111 | 0 | 1010001 | 10000 | 11 | 100111000 | 1011101 | 111010 |
Color Harmonies of #F730CF
Complementary color
Monochromatic Colors of #F730CF
Black with #F730CF
Text Example
Text Example
White with #F730CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730CF; }
p { color: rgb(247,48,207); }
H1.HeaderClassName
{
color: #F730CF;
}
.AnyTagClassName
{
color: #F730CF;
}
</style>
background-color css
<style>
a { background-color: #F730CF; }
a { background-color: rgb(247,48,207); }
div.DivClassName
{
background-color: #F730CF;
}
.BgClassName
{
background-color: #F730CF;
}
</style>
border-color css
<style>
span { border-color: #F730CF; }
span { border-color: rgb(247,48,207); }
td.TdClassName
{
border-color: #F730CF;
}
.TagClassName
{
border-color: #F730CF;
}
</style>