Shades of Razzle Dazzle Rose #F82FDC
Tints of Razzle Dazzle Rose #F82FDC
RGB
CMYK
RGB Variations
Color information
#F82FDC (or 0xF82FDC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2F and DC. RGB value is (248,47,220). Sum of RGB (Red+Green+Blue) = 248+47+220=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 47 (18.75% from 255 or 9.13% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F82FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82FDC is #07D023. Grayscale: #7E7E7E. Windows color (decimal): -512036 or 14430200. OLE color: 14430200.
HSL color Cylindrical-coordinate representation of color #F82FDC: hue angle of 308.36º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82FDC is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 47 | 220 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.03 |
| HSL | 308.36º | 0.93% | 0.58% | - |
| HSV(B) | 308.36º | 0.81% | 0.97% | - |
| XYZ | 52.65 | 27.16 | 70.18 | - |
| YUV | 126.82 | 180.59 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 47 | 220 | 0 | 0.81 | 0.11 | 0.03 | 308.36 | 0.93 | 0.58 |
| Hex | F8 | 2F | DC | 0 | 51 | B | 3 | 134 | 5D | 3A |
| Octal | 370 | 57 | 334 | 0 | 121 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11111000 | 101111 | 11011100 | 0 | 1010001 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F82FDC
Complementary color
Monochromatic Colors of #F82FDC
Black with #F82FDC
Text Example
Text Example
White with #F82FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82FDC; }
p { color: rgb(248,47,220); }
H1.HeaderClassName
{
color: #F82FDC;
}
.AnyTagClassName
{
color: #F82FDC;
}
</style>
background-color css
<style>
a { background-color: #F82FDC; }
a { background-color: rgb(248,47,220); }
div.DivClassName
{
background-color: #F82FDC;
}
.BgClassName
{
background-color: #F82FDC;
}
</style>
border-color css
<style>
span { border-color: #F82FDC; }
span { border-color: rgb(248,47,220); }
td.TdClassName
{
border-color: #F82FDC;
}
.TagClassName
{
border-color: #F82FDC;
}
</style>