Shades of Razzle Dazzle Rose #F825CE
Tints of Razzle Dazzle Rose #F825CE
RGB
CMYK
RGB Variations
Color information
#F825CE (or 0xF825CE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and CE. RGB value is (248,37,206). Sum of RGB (Red+Green+Blue) = 248+37+206=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F825CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825CE is #07DA31. Grayscale: #767676. Windows color (decimal): -514610 or 13510136. OLE color: 13510136.
HSL color Cylindrical-coordinate representation of color #F825CE: hue angle of 311.94º 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 #F825CE is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 206 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.03 |
| HSL | 311.94º | 0.94% | 0.56% | - |
| HSV(B) | 311.94º | 0.85% | 0.97% | - |
| XYZ | 50.51 | 25.74 | 60.7 | - |
| YUV | 119.36 | 176.9 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 206 | 0 | 0.85 | 0.17 | 0.03 | 311.94 | 0.94 | 0.56 |
| Hex | F8 | 25 | CE | 0 | 55 | 11 | 3 | 138 | 5E | 38 |
| Octal | 370 | 45 | 316 | 0 | 125 | 21 | 3 | 470 | 136 | 70 |
| Binary | 11111000 | 100101 | 11001110 | 0 | 1010101 | 10001 | 11 | 100111000 | 1011110 | 111000 |
Color Harmonies of #F825CE
Complementary color
Monochromatic Colors of #F825CE
Black with #F825CE
Text Example
Text Example
White with #F825CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825CE; }
p { color: rgb(248,37,206); }
H1.HeaderClassName
{
color: #F825CE;
}
.AnyTagClassName
{
color: #F825CE;
}
</style>
background-color css
<style>
a { background-color: #F825CE; }
a { background-color: rgb(248,37,206); }
div.DivClassName
{
background-color: #F825CE;
}
.BgClassName
{
background-color: #F825CE;
}
</style>
border-color css
<style>
span { border-color: #F825CE; }
span { border-color: rgb(248,37,206); }
td.TdClassName
{
border-color: #F825CE;
}
.TagClassName
{
border-color: #F825CE;
}
</style>