Shades of Razzle Dazzle Rose #F827C7
Tints of Razzle Dazzle Rose #F827C7
RGB
CMYK
RGB Variations
Color information
#F827C7 (or 0xF827C7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and C7. RGB value is (248,39,199). Sum of RGB (Red+Green+Blue) = 248+39+199=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F827C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827C7 is #07D838. Grayscale: #777777. Windows color (decimal): -514105 or 13051896. OLE color: 13051896.
HSL color Cylindrical-coordinate representation of color #F827C7: hue angle of 314.07º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F827C7 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 199 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.03 |
| HSL | 314.07º | 0.94% | 0.56% | - |
| HSV(B) | 314.07º | 0.84% | 0.97% | - |
| XYZ | 49.75 | 25.53 | 56.34 | - |
| YUV | 119.73 | 172.74 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 199 | 0 | 0.84 | 0.20 | 0.03 | 314.07 | 0.94 | 0.56 |
| Hex | F8 | 27 | C7 | 0 | 54 | 14 | 3 | 13A | 5E | 38 |
| Octal | 370 | 47 | 307 | 0 | 124 | 24 | 3 | 472 | 136 | 70 |
| Binary | 11111000 | 100111 | 11000111 | 0 | 1010100 | 10100 | 11 | 100111010 | 1011110 | 111000 |
Color Harmonies of #F827C7
Complementary color
Monochromatic Colors of #F827C7
Black with #F827C7
Text Example
Text Example
White with #F827C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827C7; }
p { color: rgb(248,39,199); }
H1.HeaderClassName
{
color: #F827C7;
}
.AnyTagClassName
{
color: #F827C7;
}
</style>
background-color css
<style>
a { background-color: #F827C7; }
a { background-color: rgb(248,39,199); }
div.DivClassName
{
background-color: #F827C7;
}
.BgClassName
{
background-color: #F827C7;
}
</style>
border-color css
<style>
span { border-color: #F827C7; }
span { border-color: rgb(248,39,199); }
td.TdClassName
{
border-color: #F827C7;
}
.TagClassName
{
border-color: #F827C7;
}
</style>