Shades of Razzle Dazzle Rose #F839DC
Tints of Razzle Dazzle Rose #F839DC
RGB
CMYK
RGB Variations
Color information
#F839DC (or 0xF839DC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 39 and DC. RGB value is (248,57,220). Sum of RGB (Red+Green+Blue) = 248+57+220=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 57 (22.66% from 255 or 10.86% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F839DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F839DC is #07C623. Grayscale: #848484. Windows color (decimal): -509476 or 14432760. OLE color: 14432760.
HSL color Cylindrical-coordinate representation of color #F839DC: hue angle of 308.8º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F839DC is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 220 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.03 |
| HSL | 308.8º | 0.93% | 0.6% | - |
| HSV(B) | 308.8º | 0.77% | 0.97% | - |
| XYZ | 53.09 | 28.05 | 70.33 | - |
| YUV | 132.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 220 | 0 | 0.77 | 0.11 | 0.03 | 308.8 | 0.93 | 0.6 |
| Hex | F8 | 39 | DC | 0 | 4D | B | 3 | 135 | 5D | 3C |
| Octal | 370 | 71 | 334 | 0 | 115 | 13 | 3 | 465 | 135 | 74 |
| Binary | 11111000 | 111001 | 11011100 | 0 | 1001101 | 1011 | 11 | 100110101 | 1011101 | 111100 |
Color Harmonies of #F839DC
Complementary color
Monochromatic Colors of #F839DC
Black with #F839DC
Text Example
Text Example
White with #F839DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F839DC; }
p { color: rgb(248,57,220); }
H1.HeaderClassName
{
color: #F839DC;
}
.AnyTagClassName
{
color: #F839DC;
}
</style>
background-color css
<style>
a { background-color: #F839DC; }
a { background-color: rgb(248,57,220); }
div.DivClassName
{
background-color: #F839DC;
}
.BgClassName
{
background-color: #F839DC;
}
</style>
border-color css
<style>
span { border-color: #F839DC; }
span { border-color: rgb(248,57,220); }
td.TdClassName
{
border-color: #F839DC;
}
.TagClassName
{
border-color: #F839DC;
}
</style>