Shades of Razzle Dazzle Rose #F72ADC
Tints of Razzle Dazzle Rose #F72ADC
RGB
CMYK
RGB Variations
Color information
#F72ADC (or 0xF72ADC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2A and DC. RGB value is (247,42,220). Sum of RGB (Red+Green+Blue) = 247+42+220=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F72ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72ADC is #08D523. Grayscale: #7B7B7B. Windows color (decimal): -578852 or 14428919. OLE color: 14428919.
HSL color Cylindrical-coordinate representation of color #F72ADC: hue angle of 307.9º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72ADC is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 220 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.03 |
| HSL | 307.9º | 0.93% | 0.57% | - |
| HSV(B) | 307.9º | 0.83% | 0.97% | - |
| XYZ | 52.1 | 26.6 | 70.1 | - |
| YUV | 123.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 220 | 0 | 0.83 | 0.11 | 0.03 | 307.9 | 0.93 | 0.57 |
| Hex | F7 | 2A | DC | 0 | 53 | B | 3 | 134 | 5D | 39 |
| Octal | 367 | 52 | 334 | 0 | 123 | 13 | 3 | 464 | 135 | 71 |
| Binary | 11110111 | 101010 | 11011100 | 0 | 1010011 | 1011 | 11 | 100110100 | 1011101 | 111001 |
Color Harmonies of #F72ADC
Complementary color
Monochromatic Colors of #F72ADC
Black with #F72ADC
Text Example
Text Example
White with #F72ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72ADC; }
p { color: rgb(247,42,220); }
H1.HeaderClassName
{
color: #F72ADC;
}
.AnyTagClassName
{
color: #F72ADC;
}
</style>
background-color css
<style>
a { background-color: #F72ADC; }
a { background-color: rgb(247,42,220); }
div.DivClassName
{
background-color: #F72ADC;
}
.BgClassName
{
background-color: #F72ADC;
}
</style>
border-color css
<style>
span { border-color: #F72ADC; }
span { border-color: rgb(247,42,220); }
td.TdClassName
{
border-color: #F72ADC;
}
.TagClassName
{
border-color: #F72ADC;
}
</style>