Shades of Razzle Dazzle Rose #F841C7
Tints of Razzle Dazzle Rose #F841C7
RGB
CMYK
RGB Variations
Color information
#F841C7 (or 0xF841C7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and C7. RGB value is (248,65,199). Sum of RGB (Red+Green+Blue) = 248+65+199=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F841C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841C7 is #07BE38. Grayscale: #868686. Windows color (decimal): -507449 or 13058552. OLE color: 13058552.
HSL color Cylindrical-coordinate representation of color #F841C7: hue angle of 316.07º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841C7 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 199 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.03 |
| HSL | 316.07º | 0.93% | 0.61% | - |
| HSV(B) | 316.07º | 0.74% | 0.97% | - |
| XYZ | 50.91 | 27.86 | 56.73 | - |
| YUV | 134.99 | 164.13 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 199 | 0 | 0.74 | 0.20 | 0.03 | 316.07 | 0.93 | 0.61 |
| Hex | F8 | 41 | C7 | 0 | 4A | 14 | 3 | 13C | 5D | 3D |
| Octal | 370 | 101 | 307 | 0 | 112 | 24 | 3 | 474 | 135 | 75 |
| Binary | 11111000 | 1000001 | 11000111 | 0 | 1001010 | 10100 | 11 | 100111100 | 1011101 | 111101 |
Color Harmonies of #F841C7
Complementary color
Monochromatic Colors of #F841C7
Black with #F841C7
Text Example
Text Example
White with #F841C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841C7; }
p { color: rgb(248,65,199); }
H1.HeaderClassName
{
color: #F841C7;
}
.AnyTagClassName
{
color: #F841C7;
}
</style>
background-color css
<style>
a { background-color: #F841C7; }
a { background-color: rgb(248,65,199); }
div.DivClassName
{
background-color: #F841C7;
}
.BgClassName
{
background-color: #F841C7;
}
</style>
border-color css
<style>
span { border-color: #F841C7; }
span { border-color: rgb(248,65,199); }
td.TdClassName
{
border-color: #F841C7;
}
.TagClassName
{
border-color: #F841C7;
}
</style>