Shades of Razzmatazz #F10274
Tints of Razzmatazz #F10274
RGB
CMYK
RGB Variations
Color information
#F10274 (or 0xF10274) is known color: Razzmatazz. HEX triplet: F1, 02 and 74. RGB value is (241,2,116). Sum of RGB (Red+Green+Blue) = 241+2+116=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F10274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10274 is #0EFD8B. Grayscale: #565656. Windows color (decimal): -982412 or 7602929. OLE color: 7602929.
HSL color Cylindrical-coordinate representation of color #F10274: hue angle of 331.38º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10274 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.05 |
| HSL | 331.38º | 0.98% | 0.48% | - |
| HSV(B) | 331.38º | 0.99% | 0.95% | - |
| XYZ | 39.45 | 20.01 | 18.31 | - |
| YUV | 86.46 | 144.68 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 116 | 0 | 0.99 | 0.52 | 0.05 | 331.38 | 0.98 | 0.48 |
| Hex | F1 | 2 | 74 | 0 | 63 | 34 | 5 | 14B | 62 | 30 |
| Octal | 361 | 2 | 164 | 0 | 143 | 64 | 5 | 513 | 142 | 60 |
| Binary | 11110001 | 10 | 1110100 | 0 | 1100011 | 110100 | 101 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F10274
Complementary color
Monochromatic Colors of #F10274
Black with #F10274
Text Example
Text Example
White with #F10274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10274; }
p { color: rgb(241,2,116); }
H1.HeaderClassName
{
color: #F10274;
}
.AnyTagClassName
{
color: #F10274;
}
</style>
background-color css
<style>
a { background-color: #F10274; }
a { background-color: rgb(241,2,116); }
div.DivClassName
{
background-color: #F10274;
}
.BgClassName
{
background-color: #F10274;
}
</style>
border-color css
<style>
span { border-color: #F10274; }
span { border-color: rgb(241,2,116); }
td.TdClassName
{
border-color: #F10274;
}
.TagClassName
{
border-color: #F10274;
}
</style>