Shades of Razzle Dazzle Rose #F838D9
Tints of Razzle Dazzle Rose #F838D9
RGB
CMYK
RGB Variations
Color information
#F838D9 (or 0xF838D9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 38 and D9. RGB value is (248,56,217). Sum of RGB (Red+Green+Blue) = 248+56+217=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F838D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F838D9 is #07C726. Grayscale: #838383. Windows color (decimal): -509735 or 14235896. OLE color: 14235896.
HSL color Cylindrical-coordinate representation of color #F838D9: hue angle of 309.69º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F838D9 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 217 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.03 |
| HSL | 309.69º | 0.93% | 0.6% | - |
| HSV(B) | 309.69º | 0.77% | 0.97% | - |
| XYZ | 52.65 | 27.79 | 68.24 | - |
| YUV | 131.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 217 | 0 | 0.77 | 0.12 | 0.03 | 309.69 | 0.93 | 0.6 |
| Hex | F8 | 38 | D9 | 0 | 4D | C | 3 | 136 | 5D | 3C |
| Octal | 370 | 70 | 331 | 0 | 115 | 14 | 3 | 466 | 135 | 74 |
| Binary | 11111000 | 111000 | 11011001 | 0 | 1001101 | 1100 | 11 | 100110110 | 1011101 | 111100 |
Color Harmonies of #F838D9
Complementary color
Monochromatic Colors of #F838D9
Black with #F838D9
Text Example
Text Example
White with #F838D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F838D9; }
p { color: rgb(248,56,217); }
H1.HeaderClassName
{
color: #F838D9;
}
.AnyTagClassName
{
color: #F838D9;
}
</style>
background-color css
<style>
a { background-color: #F838D9; }
a { background-color: rgb(248,56,217); }
div.DivClassName
{
background-color: #F838D9;
}
.BgClassName
{
background-color: #F838D9;
}
</style>
border-color css
<style>
span { border-color: #F838D9; }
span { border-color: rgb(248,56,217); }
td.TdClassName
{
border-color: #F838D9;
}
.TagClassName
{
border-color: #F838D9;
}
</style>