Shades of Razzle Dazzle Rose #F845D4
Tints of Razzle Dazzle Rose #F845D4
RGB
CMYK
RGB Variations
Color information
#F845D4 (or 0xF845D4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 45 and D4. RGB value is (248,69,212). Sum of RGB (Red+Green+Blue) = 248+69+212=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 69 (27.34% from 255 or 13.04% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F845D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F845D4 is #07BA2B. Grayscale: #8A8A8A. Windows color (decimal): -506412 or 13911544. OLE color: 13911544.
HSL color Cylindrical-coordinate representation of color #F845D4: hue angle of 312.07º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F845D4 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 212 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.03 |
| HSL | 312.07º | 0.93% | 0.62% | - |
| HSV(B) | 312.07º | 0.72% | 0.97% | - |
| XYZ | 52.72 | 28.97 | 65.1 | - |
| YUV | 138.82 | 169.3 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 212 | 0 | 0.72 | 0.15 | 0.03 | 312.07 | 0.93 | 0.62 |
| Hex | F8 | 45 | D4 | 0 | 48 | F | 3 | 138 | 5D | 3E |
| Octal | 370 | 105 | 324 | 0 | 110 | 17 | 3 | 470 | 135 | 76 |
| Binary | 11111000 | 1000101 | 11010100 | 0 | 1001000 | 1111 | 11 | 100111000 | 1011101 | 111110 |
Color Harmonies of #F845D4
Complementary color
Monochromatic Colors of #F845D4
Black with #F845D4
Text Example
Text Example
White with #F845D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F845D4; }
p { color: rgb(248,69,212); }
H1.HeaderClassName
{
color: #F845D4;
}
.AnyTagClassName
{
color: #F845D4;
}
</style>
background-color css
<style>
a { background-color: #F845D4; }
a { background-color: rgb(248,69,212); }
div.DivClassName
{
background-color: #F845D4;
}
.BgClassName
{
background-color: #F845D4;
}
</style>
border-color css
<style>
span { border-color: #F845D4; }
span { border-color: rgb(248,69,212); }
td.TdClassName
{
border-color: #F845D4;
}
.TagClassName
{
border-color: #F845D4;
}
</style>