Shades of Razzle Dazzle Rose #F83FED
Tints of Razzle Dazzle Rose #F83FED
RGB
CMYK
RGB Variations
Color information
#F83FED (or 0xF83FED) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and ED. RGB value is (248,63,237). Sum of RGB (Red+Green+Blue) = 248+63+237=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 63 (25% from 255 or 11.50% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83FED is #07C012. Grayscale: #898989. Windows color (decimal): -507923 or 15548408. OLE color: 15548408.
HSL color Cylindrical-coordinate representation of color #F83FED: hue angle of 303.57º 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 #F83FED is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 237 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.03 |
| HSL | 303.57º | 0.93% | 0.61% | - |
| HSV(B) | 303.57º | 0.75% | 0.97% | - |
| XYZ | 55.77 | 29.63 | 82.9 | - |
| YUV | 138.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 237 | 0 | 0.75 | 0.04 | 0.03 | 303.57 | 0.93 | 0.61 |
| Hex | F8 | 3F | ED | 0 | 4B | 4 | 3 | 130 | 5D | 3D |
| Octal | 370 | 77 | 355 | 0 | 113 | 4 | 3 | 460 | 135 | 75 |
| Binary | 11111000 | 111111 | 11101101 | 0 | 1001011 | 100 | 11 | 100110000 | 1011101 | 111101 |
Color Harmonies of #F83FED
Complementary color
Monochromatic Colors of #F83FED
Black with #F83FED
Text Example
Text Example
White with #F83FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FED; }
p { color: rgb(248,63,237); }
H1.HeaderClassName
{
color: #F83FED;
}
.AnyTagClassName
{
color: #F83FED;
}
</style>
background-color css
<style>
a { background-color: #F83FED; }
a { background-color: rgb(248,63,237); }
div.DivClassName
{
background-color: #F83FED;
}
.BgClassName
{
background-color: #F83FED;
}
</style>
border-color css
<style>
span { border-color: #F83FED; }
span { border-color: rgb(248,63,237); }
td.TdClassName
{
border-color: #F83FED;
}
.TagClassName
{
border-color: #F83FED;
}
</style>