Shades of Razzle Dazzle Rose #F845D0
Tints of Razzle Dazzle Rose #F845D0
RGB
CMYK
RGB Variations
Color information
#F845D0 (or 0xF845D0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 45 and D0. RGB value is (248,69,208). Sum of RGB (Red+Green+Blue) = 248+69+208=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 69 (27.34% from 255 or 13.14% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F845D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F845D0 is #07BA2F. Grayscale: #898989. Windows color (decimal): -506416 or 13649400. OLE color: 13649400.
HSL color Cylindrical-coordinate representation of color #F845D0: hue angle of 313.41º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F845D0 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 208 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.03 |
| HSL | 313.41º | 0.93% | 0.62% | - |
| HSV(B) | 313.41º | 0.72% | 0.97% | - |
| XYZ | 52.22 | 28.77 | 62.47 | - |
| YUV | 138.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 208 | 0 | 0.72 | 0.16 | 0.03 | 313.41 | 0.93 | 0.62 |
| Hex | F8 | 45 | D0 | 0 | 48 | 10 | 3 | 139 | 5D | 3E |
| Octal | 370 | 105 | 320 | 0 | 110 | 20 | 3 | 471 | 135 | 76 |
| Binary | 11111000 | 1000101 | 11010000 | 0 | 1001000 | 10000 | 11 | 100111001 | 1011101 | 111110 |
Color Harmonies of #F845D0
Complementary color
Monochromatic Colors of #F845D0
Black with #F845D0
Text Example
Text Example
White with #F845D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F845D0; }
p { color: rgb(248,69,208); }
H1.HeaderClassName
{
color: #F845D0;
}
.AnyTagClassName
{
color: #F845D0;
}
</style>
background-color css
<style>
a { background-color: #F845D0; }
a { background-color: rgb(248,69,208); }
div.DivClassName
{
background-color: #F845D0;
}
.BgClassName
{
background-color: #F845D0;
}
</style>
border-color css
<style>
span { border-color: #F845D0; }
span { border-color: rgb(248,69,208); }
td.TdClassName
{
border-color: #F845D0;
}
.TagClassName
{
border-color: #F845D0;
}
</style>