Shades of Razzle Dazzle Rose #F53ADF
Tints of Razzle Dazzle Rose #F53ADF
RGB
CMYK
RGB Variations
Color information
#F53ADF (or 0xF53ADF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and DF. RGB value is (245,58,223). Sum of RGB (Red+Green+Blue) = 245+58+223=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F53ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53ADF is #0AC520. Grayscale: #848484. Windows color (decimal): -705825 or 14629621. OLE color: 14629621.
HSL color Cylindrical-coordinate representation of color #F53ADF: hue angle of 307.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53ADF is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 223 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.04 |
| HSL | 307.06º | 0.9% | 0.59% | - |
| HSV(B) | 307.06º | 0.76% | 0.96% | - |
| XYZ | 52.49 | 27.77 | 72.41 | - |
| YUV | 132.72 | 178.95 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 223 | 0 | 0.76 | 0.09 | 0.04 | 307.06 | 0.9 | 0.59 |
| Hex | F5 | 3A | DF | 0 | 4C | 9 | 4 | 133 | 5A | 3B |
| Octal | 365 | 72 | 337 | 0 | 114 | 11 | 4 | 463 | 132 | 73 |
| Binary | 11110101 | 111010 | 11011111 | 0 | 1001100 | 1001 | 100 | 100110011 | 1011010 | 111011 |
Color Harmonies of #F53ADF
Complementary color
Monochromatic Colors of #F53ADF
Black with #F53ADF
Text Example
Text Example
White with #F53ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53ADF; }
p { color: rgb(245,58,223); }
H1.HeaderClassName
{
color: #F53ADF;
}
.AnyTagClassName
{
color: #F53ADF;
}
</style>
background-color css
<style>
a { background-color: #F53ADF; }
a { background-color: rgb(245,58,223); }
div.DivClassName
{
background-color: #F53ADF;
}
.BgClassName
{
background-color: #F53ADF;
}
</style>
border-color css
<style>
span { border-color: #F53ADF; }
span { border-color: rgb(245,58,223); }
td.TdClassName
{
border-color: #F53ADF;
}
.TagClassName
{
border-color: #F53ADF;
}
</style>