Shades of Razzle Dazzle Rose #F825C4
Tints of Razzle Dazzle Rose #F825C4
RGB
CMYK
RGB Variations
Color information
#F825C4 (or 0xF825C4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and C4. RGB value is (248,37,196). Sum of RGB (Red+Green+Blue) = 248+37+196=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F825C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825C4 is #07DA3B. Grayscale: #757575. Windows color (decimal): -514620 or 12854776. OLE color: 12854776.
HSL color Cylindrical-coordinate representation of color #F825C4: hue angle of 314.79º 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 #F825C4 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 196 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.03 |
| HSL | 314.79º | 0.94% | 0.56% | - |
| HSV(B) | 314.79º | 0.85% | 0.97% | - |
| XYZ | 49.34 | 25.27 | 54.5 | - |
| YUV | 118.22 | 171.9 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 196 | 0 | 0.85 | 0.21 | 0.03 | 314.79 | 0.94 | 0.56 |
| Hex | F8 | 25 | C4 | 0 | 55 | 15 | 3 | 13B | 5E | 38 |
| Octal | 370 | 45 | 304 | 0 | 125 | 25 | 3 | 473 | 136 | 70 |
| Binary | 11111000 | 100101 | 11000100 | 0 | 1010101 | 10101 | 11 | 100111011 | 1011110 | 111000 |
Color Harmonies of #F825C4
Complementary color
Monochromatic Colors of #F825C4
Black with #F825C4
Text Example
Text Example
White with #F825C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825C4; }
p { color: rgb(248,37,196); }
H1.HeaderClassName
{
color: #F825C4;
}
.AnyTagClassName
{
color: #F825C4;
}
</style>
background-color css
<style>
a { background-color: #F825C4; }
a { background-color: rgb(248,37,196); }
div.DivClassName
{
background-color: #F825C4;
}
.BgClassName
{
background-color: #F825C4;
}
</style>
border-color css
<style>
span { border-color: #F825C4; }
span { border-color: rgb(248,37,196); }
td.TdClassName
{
border-color: #F825C4;
}
.TagClassName
{
border-color: #F825C4;
}
</style>