Shades of Razzle Dazzle Rose #F84DBE
Tints of Razzle Dazzle Rose #F84DBE
RGB
CMYK
RGB Variations
Color information
#F84DBE (or 0xF84DBE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4D and BE. RGB value is (248,77,190). Sum of RGB (Red+Green+Blue) = 248+77+190=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84DBE is #07B241. Grayscale: #8C8C8C. Windows color (decimal): -504386 or 12471800. OLE color: 12471800.
HSL color Cylindrical-coordinate representation of color #F84DBE: hue angle of 320.35º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84DBE is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 190 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.03 |
| HSL | 320.35º | 0.92% | 0.64% | - |
| HSV(B) | 320.35º | 0.69% | 0.97% | - |
| XYZ | 50.66 | 28.98 | 51.64 | - |
| YUV | 141.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 190 | 0 | 0.69 | 0.23 | 0.03 | 320.35 | 0.92 | 0.64 |
| Hex | F8 | 4D | BE | 0 | 45 | 17 | 3 | 140 | 5C | 40 |
| Octal | 370 | 115 | 276 | 0 | 105 | 27 | 3 | 500 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10111110 | 0 | 1000101 | 10111 | 11 | 101000000 | 1011100 | 1000000 |
Color Harmonies of #F84DBE
Complementary color
Monochromatic Colors of #F84DBE
Black with #F84DBE
Text Example
Text Example
White with #F84DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DBE; }
p { color: rgb(248,77,190); }
H1.HeaderClassName
{
color: #F84DBE;
}
.AnyTagClassName
{
color: #F84DBE;
}
</style>
background-color css
<style>
a { background-color: #F84DBE; }
a { background-color: rgb(248,77,190); }
div.DivClassName
{
background-color: #F84DBE;
}
.BgClassName
{
background-color: #F84DBE;
}
</style>
border-color css
<style>
span { border-color: #F84DBE; }
span { border-color: rgb(248,77,190); }
td.TdClassName
{
border-color: #F84DBE;
}
.TagClassName
{
border-color: #F84DBE;
}
</style>