Shades of Razzle Dazzle Rose #F82FCD
Tints of Razzle Dazzle Rose #F82FCD
RGB
CMYK
RGB Variations
Color information
#F82FCD (or 0xF82FCD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2F and CD. RGB value is (248,47,205). Sum of RGB (Red+Green+Blue) = 248+47+205=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F82FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82FCD is #07D032. Grayscale: #7C7C7C. Windows color (decimal): -512051 or 13447160. OLE color: 13447160.
HSL color Cylindrical-coordinate representation of color #F82FCD: hue angle of 312.84º 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 #F82FCD is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 47 | 205 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.03 |
| HSL | 312.84º | 0.93% | 0.58% | - |
| HSV(B) | 312.84º | 0.81% | 0.97% | - |
| XYZ | 50.75 | 26.4 | 60.18 | - |
| YUV | 125.11 | 173.09 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 47 | 205 | 0 | 0.81 | 0.17 | 0.03 | 312.84 | 0.93 | 0.58 |
| Hex | F8 | 2F | CD | 0 | 51 | 11 | 3 | 139 | 5D | 3A |
| Octal | 370 | 57 | 315 | 0 | 121 | 21 | 3 | 471 | 135 | 72 |
| Binary | 11111000 | 101111 | 11001101 | 0 | 1010001 | 10001 | 11 | 100111001 | 1011101 | 111010 |
Color Harmonies of #F82FCD
Complementary color
Monochromatic Colors of #F82FCD
Black with #F82FCD
Text Example
Text Example
White with #F82FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82FCD; }
p { color: rgb(248,47,205); }
H1.HeaderClassName
{
color: #F82FCD;
}
.AnyTagClassName
{
color: #F82FCD;
}
</style>
background-color css
<style>
a { background-color: #F82FCD; }
a { background-color: rgb(248,47,205); }
div.DivClassName
{
background-color: #F82FCD;
}
.BgClassName
{
background-color: #F82FCD;
}
</style>
border-color css
<style>
span { border-color: #F82FCD; }
span { border-color: rgb(248,47,205); }
td.TdClassName
{
border-color: #F82FCD;
}
.TagClassName
{
border-color: #F82FCD;
}
</style>