Shades of Razzle Dazzle Rose #F83FCD
Tints of Razzle Dazzle Rose #F83FCD
RGB
CMYK
RGB Variations
Color information
#F83FCD (or 0xF83FCD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and CD. RGB value is (248,63,205). Sum of RGB (Red+Green+Blue) = 248+63+205=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FCD is #07C032. Grayscale: #868686. Windows color (decimal): -507955 or 13451256. OLE color: 13451256.
HSL color Cylindrical-coordinate representation of color #F83FCD: hue angle of 313.95º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FCD is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 205 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.03 |
| HSL | 313.95º | 0.93% | 0.61% | - |
| HSV(B) | 313.95º | 0.75% | 0.97% | - |
| XYZ | 51.51 | 27.92 | 60.43 | - |
| YUV | 134.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 205 | 0 | 0.75 | 0.17 | 0.03 | 313.95 | 0.93 | 0.61 |
| Hex | F8 | 3F | CD | 0 | 4B | 11 | 3 | 13A | 5D | 3D |
| Octal | 370 | 77 | 315 | 0 | 113 | 21 | 3 | 472 | 135 | 75 |
| Binary | 11111000 | 111111 | 11001101 | 0 | 1001011 | 10001 | 11 | 100111010 | 1011101 | 111101 |
Color Harmonies of #F83FCD
Complementary color
Monochromatic Colors of #F83FCD
Black with #F83FCD
Text Example
Text Example
White with #F83FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FCD; }
p { color: rgb(248,63,205); }
H1.HeaderClassName
{
color: #F83FCD;
}
.AnyTagClassName
{
color: #F83FCD;
}
</style>
background-color css
<style>
a { background-color: #F83FCD; }
a { background-color: rgb(248,63,205); }
div.DivClassName
{
background-color: #F83FCD;
}
.BgClassName
{
background-color: #F83FCD;
}
</style>
border-color css
<style>
span { border-color: #F83FCD; }
span { border-color: rgb(248,63,205); }
td.TdClassName
{
border-color: #F83FCD;
}
.TagClassName
{
border-color: #F83FCD;
}
</style>