Shades of Razzle Dazzle Rose #F83ECD
Tints of Razzle Dazzle Rose #F83ECD
RGB
CMYK
RGB Variations
Color information
#F83ECD (or 0xF83ECD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3E and CD. RGB value is (248,62,205). Sum of RGB (Red+Green+Blue) = 248+62+205=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 62 (24.61% from 255 or 12.04% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ECD is #07C132. Grayscale: #858585. Windows color (decimal): -508211 or 13451000. OLE color: 13451000.
HSL color Cylindrical-coordinate representation of color #F83ECD: hue angle of 313.87º 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 #F83ECD is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 62 | 205 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.03 |
| HSL | 313.87º | 0.93% | 0.61% | - |
| HSV(B) | 313.87º | 0.75% | 0.97% | - |
| XYZ | 51.45 | 27.81 | 60.41 | - |
| YUV | 133.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 62 | 205 | 0 | 0.75 | 0.17 | 0.03 | 313.87 | 0.93 | 0.61 |
| Hex | F8 | 3E | CD | 0 | 4B | 11 | 3 | 13A | 5D | 3D |
| Octal | 370 | 76 | 315 | 0 | 113 | 21 | 3 | 472 | 135 | 75 |
| Binary | 11111000 | 111110 | 11001101 | 0 | 1001011 | 10001 | 11 | 100111010 | 1011101 | 111101 |
Color Harmonies of #F83ECD
Complementary color
Monochromatic Colors of #F83ECD
Black with #F83ECD
Text Example
Text Example
White with #F83ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83ECD; }
p { color: rgb(248,62,205); }
H1.HeaderClassName
{
color: #F83ECD;
}
.AnyTagClassName
{
color: #F83ECD;
}
</style>
background-color css
<style>
a { background-color: #F83ECD; }
a { background-color: rgb(248,62,205); }
div.DivClassName
{
background-color: #F83ECD;
}
.BgClassName
{
background-color: #F83ECD;
}
</style>
border-color css
<style>
span { border-color: #F83ECD; }
span { border-color: rgb(248,62,205); }
td.TdClassName
{
border-color: #F83ECD;
}
.TagClassName
{
border-color: #F83ECD;
}
</style>