Shades of Razzle Dazzle Rose #F825C3
Tints of Razzle Dazzle Rose #F825C3
RGB
CMYK
RGB Variations
Color information
#F825C3 (or 0xF825C3) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and C3. RGB value is (248,37,195). Sum of RGB (Red+Green+Blue) = 248+37+195=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F825C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825C3 is #07DA3C. Grayscale: #757575. Windows color (decimal): -514621 or 12789240. OLE color: 12789240.
HSL color Cylindrical-coordinate representation of color #F825C3: hue angle of 315.07º 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 #F825C3 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 195 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.03 |
| HSL | 315.07º | 0.94% | 0.56% | - |
| HSV(B) | 315.07º | 0.85% | 0.97% | - |
| XYZ | 49.22 | 25.22 | 53.9 | - |
| YUV | 118.1 | 171.4 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 195 | 0 | 0.85 | 0.21 | 0.03 | 315.07 | 0.94 | 0.56 |
| Hex | F8 | 25 | C3 | 0 | 55 | 15 | 3 | 13B | 5E | 38 |
| Octal | 370 | 45 | 303 | 0 | 125 | 25 | 3 | 473 | 136 | 70 |
| Binary | 11111000 | 100101 | 11000011 | 0 | 1010101 | 10101 | 11 | 100111011 | 1011110 | 111000 |
Color Harmonies of #F825C3
Complementary color
Monochromatic Colors of #F825C3
Black with #F825C3
Text Example
Text Example
White with #F825C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825C3; }
p { color: rgb(248,37,195); }
H1.HeaderClassName
{
color: #F825C3;
}
.AnyTagClassName
{
color: #F825C3;
}
</style>
background-color css
<style>
a { background-color: #F825C3; }
a { background-color: rgb(248,37,195); }
div.DivClassName
{
background-color: #F825C3;
}
.BgClassName
{
background-color: #F825C3;
}
</style>
border-color css
<style>
span { border-color: #F825C3; }
span { border-color: rgb(248,37,195); }
td.TdClassName
{
border-color: #F825C3;
}
.TagClassName
{
border-color: #F825C3;
}
</style>