Shades of Razzmatazz #F8024F
Tints of Razzmatazz #F8024F
RGB
CMYK
RGB Variations
Color information
#F8024F (or 0xF8024F) is known color: Razzmatazz. HEX triplet: F8, 02 and 4F. RGB value is (248,2,79). Sum of RGB (Red+Green+Blue) = 248+2+79=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F8024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8024F is #07FDB0. Grayscale: #545454. Windows color (decimal): -523697 or 5178104. OLE color: 5178104.
HSL color Cylindrical-coordinate representation of color #F8024F: hue angle of 341.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8024F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.03 |
| HSL | 341.22º | 0.98% | 0.49% | - |
| HSV(B) | 341.22º | 0.99% | 0.97% | - |
| XYZ | 40.14 | 20.56 | 9.25 | - |
| YUV | 84.33 | 125 | 244.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 79 | 0 | 0.99 | 0.68 | 0.03 | 341.22 | 0.98 | 0.49 |
| Hex | F8 | 2 | 4F | 0 | 63 | 44 | 3 | 155 | 62 | 31 |
| Octal | 370 | 2 | 117 | 0 | 143 | 104 | 3 | 525 | 142 | 61 |
| Binary | 11111000 | 10 | 1001111 | 0 | 1100011 | 1000100 | 11 | 101010101 | 1100010 | 110001 |
Color Harmonies of #F8024F
Complementary color
Monochromatic Colors of #F8024F
Black with #F8024F
Text Example
Text Example
White with #F8024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8024F; }
p { color: rgb(248,2,79); }
H1.HeaderClassName
{
color: #F8024F;
}
.AnyTagClassName
{
color: #F8024F;
}
</style>
background-color css
<style>
a { background-color: #F8024F; }
a { background-color: rgb(248,2,79); }
div.DivClassName
{
background-color: #F8024F;
}
.BgClassName
{
background-color: #F8024F;
}
</style>
border-color css
<style>
span { border-color: #F8024F; }
span { border-color: rgb(248,2,79); }
td.TdClassName
{
border-color: #F8024F;
}
.TagClassName
{
border-color: #F8024F;
}
</style>