Shades of Razzle Dazzle Rose #F52ADB
Tints of Razzle Dazzle Rose #F52ADB
RGB
CMYK
RGB Variations
Color information
#F52ADB (or 0xF52ADB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2A and DB. RGB value is (245,42,219). Sum of RGB (Red+Green+Blue) = 245+42+219=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ADB is #0AD524. Grayscale: #7A7A7A. Windows color (decimal): -709925 or 14363381. OLE color: 14363381.
HSL color Cylindrical-coordinate representation of color #F52ADB: hue angle of 307.68º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52ADB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 219 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.04 |
| HSL | 307.68º | 0.91% | 0.56% | - |
| HSV(B) | 307.68º | 0.83% | 0.96% | - |
| XYZ | 51.27 | 26.18 | 69.37 | - |
| YUV | 122.88 | 182.25 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 219 | 0 | 0.83 | 0.11 | 0.04 | 307.68 | 0.91 | 0.56 |
| Hex | F5 | 2A | DB | 0 | 53 | B | 4 | 134 | 5B | 38 |
| Octal | 365 | 52 | 333 | 0 | 123 | 13 | 4 | 464 | 133 | 70 |
| Binary | 11110101 | 101010 | 11011011 | 0 | 1010011 | 1011 | 100 | 100110100 | 1011011 | 111000 |
Color Harmonies of #F52ADB
Complementary color
Monochromatic Colors of #F52ADB
Black with #F52ADB
Text Example
Text Example
White with #F52ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52ADB; }
p { color: rgb(245,42,219); }
H1.HeaderClassName
{
color: #F52ADB;
}
.AnyTagClassName
{
color: #F52ADB;
}
</style>
background-color css
<style>
a { background-color: #F52ADB; }
a { background-color: rgb(245,42,219); }
div.DivClassName
{
background-color: #F52ADB;
}
.BgClassName
{
background-color: #F52ADB;
}
</style>
border-color css
<style>
span { border-color: #F52ADB; }
span { border-color: rgb(245,42,219); }
td.TdClassName
{
border-color: #F52ADB;
}
.TagClassName
{
border-color: #F52ADB;
}
</style>