Shades of Razzle Dazzle Rose #F83DF0
Tints of Razzle Dazzle Rose #F83DF0
RGB
CMYK
RGB Variations
Color information
#F83DF0 (or 0xF83DF0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3D and F0. RGB value is (248,61,240). Sum of RGB (Red+Green+Blue) = 248+61+240=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 61 (24.22% from 255 or 11.11% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83DF0 is #07C20F. Grayscale: #888888. Windows color (decimal): -508432 or 15744504. OLE color: 15744504.
HSL color Cylindrical-coordinate representation of color #F83DF0: hue angle of 302.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 #F83DF0 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 240 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.03 |
| HSL | 302.57º | 0.93% | 0.61% | - |
| HSV(B) | 302.57º | 0.75% | 0.97% | - |
| XYZ | 56.11 | 29.59 | 85.19 | - |
| YUV | 137.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 240 | 0 | 0.75 | 0.03 | 0.03 | 302.57 | 0.93 | 0.61 |
| Hex | F8 | 3D | F0 | 0 | 4B | 3 | 3 | 12F | 5D | 3D |
| Octal | 370 | 75 | 360 | 0 | 113 | 3 | 3 | 457 | 135 | 75 |
| Binary | 11111000 | 111101 | 11110000 | 0 | 1001011 | 11 | 11 | 100101111 | 1011101 | 111101 |
Color Harmonies of #F83DF0
Complementary color
Monochromatic Colors of #F83DF0
Black with #F83DF0
Text Example
Text Example
White with #F83DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83DF0; }
p { color: rgb(248,61,240); }
H1.HeaderClassName
{
color: #F83DF0;
}
.AnyTagClassName
{
color: #F83DF0;
}
</style>
background-color css
<style>
a { background-color: #F83DF0; }
a { background-color: rgb(248,61,240); }
div.DivClassName
{
background-color: #F83DF0;
}
.BgClassName
{
background-color: #F83DF0;
}
</style>
border-color css
<style>
span { border-color: #F83DF0; }
span { border-color: rgb(248,61,240); }
td.TdClassName
{
border-color: #F83DF0;
}
.TagClassName
{
border-color: #F83DF0;
}
</style>