Shades of Razzle Dazzle Rose #F844CC
Tints of Razzle Dazzle Rose #F844CC
RGB
CMYK
RGB Variations
Color information
#F844CC (or 0xF844CC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 44 and CC. RGB value is (248,68,204). Sum of RGB (Red+Green+Blue) = 248+68+204=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F844CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F844CC is #07BB33. Grayscale: #888888. Windows color (decimal): -506676 or 13387000. OLE color: 13387000.
HSL color Cylindrical-coordinate representation of color #F844CC: hue angle of 314.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F844CC is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 204 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.03 |
| HSL | 314.67º | 0.93% | 0.62% | - |
| HSV(B) | 314.67º | 0.73% | 0.97% | - |
| XYZ | 51.68 | 28.45 | 59.89 | - |
| YUV | 137.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 204 | 0 | 0.73 | 0.18 | 0.03 | 314.67 | 0.93 | 0.62 |
| Hex | F8 | 44 | CC | 0 | 49 | 12 | 3 | 13B | 5D | 3E |
| Octal | 370 | 104 | 314 | 0 | 111 | 22 | 3 | 473 | 135 | 76 |
| Binary | 11111000 | 1000100 | 11001100 | 0 | 1001001 | 10010 | 11 | 100111011 | 1011101 | 111110 |
Color Harmonies of #F844CC
Complementary color
Monochromatic Colors of #F844CC
Black with #F844CC
Text Example
Text Example
White with #F844CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F844CC; }
p { color: rgb(248,68,204); }
H1.HeaderClassName
{
color: #F844CC;
}
.AnyTagClassName
{
color: #F844CC;
}
</style>
background-color css
<style>
a { background-color: #F844CC; }
a { background-color: rgb(248,68,204); }
div.DivClassName
{
background-color: #F844CC;
}
.BgClassName
{
background-color: #F844CC;
}
</style>
border-color css
<style>
span { border-color: #F844CC; }
span { border-color: rgb(248,68,204); }
td.TdClassName
{
border-color: #F844CC;
}
.TagClassName
{
border-color: #F844CC;
}
</style>