Shades of Razzle Dazzle Rose #F841C5
Tints of Razzle Dazzle Rose #F841C5
RGB
CMYK
RGB Variations
Color information
#F841C5 (or 0xF841C5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and C5. RGB value is (248,65,197). Sum of RGB (Red+Green+Blue) = 248+65+197=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F841C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841C5 is #07BE3A. Grayscale: #868686. Windows color (decimal): -507451 or 12927480. OLE color: 12927480.
HSL color Cylindrical-coordinate representation of color #F841C5: hue angle of 316.72º 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 #F841C5 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 197 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.03 |
| HSL | 316.72º | 0.93% | 0.61% | - |
| HSV(B) | 316.72º | 0.74% | 0.97% | - |
| XYZ | 50.68 | 27.77 | 55.51 | - |
| YUV | 134.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 197 | 0 | 0.74 | 0.21 | 0.03 | 316.72 | 0.93 | 0.61 |
| Hex | F8 | 41 | C5 | 0 | 4A | 15 | 3 | 13D | 5D | 3D |
| Octal | 370 | 101 | 305 | 0 | 112 | 25 | 3 | 475 | 135 | 75 |
| Binary | 11111000 | 1000001 | 11000101 | 0 | 1001010 | 10101 | 11 | 100111101 | 1011101 | 111101 |
Color Harmonies of #F841C5
Complementary color
Monochromatic Colors of #F841C5
Black with #F841C5
Text Example
Text Example
White with #F841C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841C5; }
p { color: rgb(248,65,197); }
H1.HeaderClassName
{
color: #F841C5;
}
.AnyTagClassName
{
color: #F841C5;
}
</style>
background-color css
<style>
a { background-color: #F841C5; }
a { background-color: rgb(248,65,197); }
div.DivClassName
{
background-color: #F841C5;
}
.BgClassName
{
background-color: #F841C5;
}
</style>
border-color css
<style>
span { border-color: #F841C5; }
span { border-color: rgb(248,65,197); }
td.TdClassName
{
border-color: #F841C5;
}
.TagClassName
{
border-color: #F841C5;
}
</style>