Shades of Razzle Dazzle Rose #F825C7
Tints of Razzle Dazzle Rose #F825C7
RGB
CMYK
RGB Variations
Color information
#F825C7 (or 0xF825C7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and C7. RGB value is (248,37,199). Sum of RGB (Red+Green+Blue) = 248+37+199=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F825C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825C7 is #07DA38. Grayscale: #767676. Windows color (decimal): -514617 or 13051384. OLE color: 13051384.
HSL color Cylindrical-coordinate representation of color #F825C7: hue angle of 313.93º 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 #F825C7 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 199 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.03 |
| HSL | 313.93º | 0.94% | 0.56% | - |
| HSV(B) | 313.93º | 0.85% | 0.97% | - |
| XYZ | 49.68 | 25.4 | 56.32 | - |
| YUV | 118.56 | 173.4 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 199 | 0 | 0.85 | 0.20 | 0.03 | 313.93 | 0.94 | 0.56 |
| Hex | F8 | 25 | C7 | 0 | 55 | 14 | 3 | 13A | 5E | 38 |
| Octal | 370 | 45 | 307 | 0 | 125 | 24 | 3 | 472 | 136 | 70 |
| Binary | 11111000 | 100101 | 11000111 | 0 | 1010101 | 10100 | 11 | 100111010 | 1011110 | 111000 |
Color Harmonies of #F825C7
Complementary color
Monochromatic Colors of #F825C7
Black with #F825C7
Text Example
Text Example
White with #F825C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825C7; }
p { color: rgb(248,37,199); }
H1.HeaderClassName
{
color: #F825C7;
}
.AnyTagClassName
{
color: #F825C7;
}
</style>
background-color css
<style>
a { background-color: #F825C7; }
a { background-color: rgb(248,37,199); }
div.DivClassName
{
background-color: #F825C7;
}
.BgClassName
{
background-color: #F825C7;
}
</style>
border-color css
<style>
span { border-color: #F825C7; }
span { border-color: rgb(248,37,199); }
td.TdClassName
{
border-color: #F825C7;
}
.TagClassName
{
border-color: #F825C7;
}
</style>