Shades of Razzle Dazzle Rose #F825DC
Tints of Razzle Dazzle Rose #F825DC
RGB
CMYK
RGB Variations
Color information
#F825DC (or 0xF825DC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and DC. RGB value is (248,37,220). Sum of RGB (Red+Green+Blue) = 248+37+220=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 37 (14.84% from 255 or 7.33% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F825DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825DC is #07DA23. Grayscale: #787878. Windows color (decimal): -514596 or 14427640. OLE color: 14427640.
HSL color Cylindrical-coordinate representation of color #F825DC: hue angle of 307.96º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825DC is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 220 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.03 |
| HSL | 307.96º | 0.94% | 0.56% | - |
| HSV(B) | 307.96º | 0.85% | 0.97% | - |
| XYZ | 52.29 | 26.45 | 70.06 | - |
| YUV | 120.95 | 183.9 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 220 | 0 | 0.85 | 0.11 | 0.03 | 307.96 | 0.94 | 0.56 |
| Hex | F8 | 25 | DC | 0 | 55 | B | 3 | 134 | 5E | 38 |
| Octal | 370 | 45 | 334 | 0 | 125 | 13 | 3 | 464 | 136 | 70 |
| Binary | 11111000 | 100101 | 11011100 | 0 | 1010101 | 1011 | 11 | 100110100 | 1011110 | 111000 |
Color Harmonies of #F825DC
Complementary color
Monochromatic Colors of #F825DC
Black with #F825DC
Text Example
Text Example
White with #F825DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825DC; }
p { color: rgb(248,37,220); }
H1.HeaderClassName
{
color: #F825DC;
}
.AnyTagClassName
{
color: #F825DC;
}
</style>
background-color css
<style>
a { background-color: #F825DC; }
a { background-color: rgb(248,37,220); }
div.DivClassName
{
background-color: #F825DC;
}
.BgClassName
{
background-color: #F825DC;
}
</style>
border-color css
<style>
span { border-color: #F825DC; }
span { border-color: rgb(248,37,220); }
td.TdClassName
{
border-color: #F825DC;
}
.TagClassName
{
border-color: #F825DC;
}
</style>