Shades of Razzmatazz #F6025D
Tints of Razzmatazz #F6025D
RGB
CMYK
RGB Variations
Color information
#F6025D (or 0xF6025D) is known color: Razzmatazz. HEX triplet: F6, 02 and 5D. RGB value is (246,2,93). Sum of RGB (Red+Green+Blue) = 246+2+93=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6025D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6025D is #09FDA2. Grayscale: #555555. Windows color (decimal): -654755 or 6095606. OLE color: 6095606.
HSL color Cylindrical-coordinate representation of color #F6025D: hue angle of 337.62º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6025D is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.04 |
| HSL | 337.62º | 0.98% | 0.49% | - |
| HSV(B) | 337.62º | 0.99% | 0.96% | - |
| XYZ | 40 | 20.43 | 12.19 | - |
| YUV | 85.33 | 132.34 | 242.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 93 | 0 | 0.99 | 0.62 | 0.04 | 337.62 | 0.98 | 0.49 |
| Hex | F6 | 2 | 5D | 0 | 63 | 3E | 4 | 152 | 62 | 31 |
| Octal | 366 | 2 | 135 | 0 | 143 | 76 | 4 | 522 | 142 | 61 |
| Binary | 11110110 | 10 | 1011101 | 0 | 1100011 | 111110 | 100 | 101010010 | 1100010 | 110001 |
Color Harmonies of #F6025D
Complementary color
Monochromatic Colors of #F6025D
Black with #F6025D
Text Example
Text Example
White with #F6025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6025D; }
p { color: rgb(246,2,93); }
H1.HeaderClassName
{
color: #F6025D;
}
.AnyTagClassName
{
color: #F6025D;
}
</style>
background-color css
<style>
a { background-color: #F6025D; }
a { background-color: rgb(246,2,93); }
div.DivClassName
{
background-color: #F6025D;
}
.BgClassName
{
background-color: #F6025D;
}
</style>
border-color css
<style>
span { border-color: #F6025D; }
span { border-color: rgb(246,2,93); }
td.TdClassName
{
border-color: #F6025D;
}
.TagClassName
{
border-color: #F6025D;
}
</style>