Shades of Razzle Dazzle Rose #F841D0
Tints of Razzle Dazzle Rose #F841D0
RGB
CMYK
RGB Variations
Color information
#F841D0 (or 0xF841D0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and D0. RGB value is (248,65,208). Sum of RGB (Red+Green+Blue) = 248+65+208=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F841D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841D0 is #07BE2F. Grayscale: #878787. Windows color (decimal): -507440 or 13648376. OLE color: 13648376.
HSL color Cylindrical-coordinate representation of color #F841D0: hue angle of 313.11º 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 #F841D0 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 208 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.03 |
| HSL | 313.11º | 0.93% | 0.61% | - |
| HSV(B) | 313.11º | 0.74% | 0.97% | - |
| XYZ | 51.99 | 28.29 | 62.4 | - |
| YUV | 136.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 208 | 0 | 0.74 | 0.16 | 0.03 | 313.11 | 0.93 | 0.61 |
| Hex | F8 | 41 | D0 | 0 | 4A | 10 | 3 | 139 | 5D | 3D |
| Octal | 370 | 101 | 320 | 0 | 112 | 20 | 3 | 471 | 135 | 75 |
| Binary | 11111000 | 1000001 | 11010000 | 0 | 1001010 | 10000 | 11 | 100111001 | 1011101 | 111101 |
Color Harmonies of #F841D0
Complementary color
Monochromatic Colors of #F841D0
Black with #F841D0
Text Example
Text Example
White with #F841D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841D0; }
p { color: rgb(248,65,208); }
H1.HeaderClassName
{
color: #F841D0;
}
.AnyTagClassName
{
color: #F841D0;
}
</style>
background-color css
<style>
a { background-color: #F841D0; }
a { background-color: rgb(248,65,208); }
div.DivClassName
{
background-color: #F841D0;
}
.BgClassName
{
background-color: #F841D0;
}
</style>
border-color css
<style>
span { border-color: #F841D0; }
span { border-color: rgb(248,65,208); }
td.TdClassName
{
border-color: #F841D0;
}
.TagClassName
{
border-color: #F841D0;
}
</style>