Shades of Razzle Dazzle Rose #F825CF
Tints of Razzle Dazzle Rose #F825CF
RGB
CMYK
RGB Variations
Color information
#F825CF (or 0xF825CF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and CF. RGB value is (248,37,207). Sum of RGB (Red+Green+Blue) = 248+37+207=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F825CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825CF is #07DA30. Grayscale: #767676. Windows color (decimal): -514609 or 13575672. OLE color: 13575672.
HSL color Cylindrical-coordinate representation of color #F825CF: hue angle of 311.66º 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 #F825CF is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 207 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.03 |
| HSL | 311.66º | 0.94% | 0.56% | - |
| HSV(B) | 311.66º | 0.85% | 0.97% | - |
| XYZ | 50.64 | 25.78 | 61.34 | - |
| YUV | 119.47 | 177.4 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 207 | 0 | 0.85 | 0.17 | 0.03 | 311.66 | 0.94 | 0.56 |
| Hex | F8 | 25 | CF | 0 | 55 | 11 | 3 | 138 | 5E | 38 |
| Octal | 370 | 45 | 317 | 0 | 125 | 21 | 3 | 470 | 136 | 70 |
| Binary | 11111000 | 100101 | 11001111 | 0 | 1010101 | 10001 | 11 | 100111000 | 1011110 | 111000 |
Color Harmonies of #F825CF
Complementary color
Monochromatic Colors of #F825CF
Black with #F825CF
Text Example
Text Example
White with #F825CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825CF; }
p { color: rgb(248,37,207); }
H1.HeaderClassName
{
color: #F825CF;
}
.AnyTagClassName
{
color: #F825CF;
}
</style>
background-color css
<style>
a { background-color: #F825CF; }
a { background-color: rgb(248,37,207); }
div.DivClassName
{
background-color: #F825CF;
}
.BgClassName
{
background-color: #F825CF;
}
</style>
border-color css
<style>
span { border-color: #F825CF; }
span { border-color: rgb(248,37,207); }
td.TdClassName
{
border-color: #F825CF;
}
.TagClassName
{
border-color: #F825CF;
}
</style>