Shades of Razzmatazz #F10277
Tints of Razzmatazz #F10277
RGB
CMYK
RGB Variations
Color information
#F10277 (or 0xF10277) is known color: Razzmatazz. HEX triplet: F1, 02 and 77. RGB value is (241,2,119). Sum of RGB (Red+Green+Blue) = 241+2+119=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F10277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10277 is #0EFD88. Grayscale: #565656. Windows color (decimal): -982409 or 7799537. OLE color: 7799537.
HSL color Cylindrical-coordinate representation of color #F10277: hue angle of 330.63º 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 #F10277 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.05 |
| HSL | 330.63º | 0.98% | 0.48% | - |
| HSV(B) | 330.63º | 0.99% | 0.95% | - |
| XYZ | 39.63 | 20.08 | 19.24 | - |
| YUV | 86.8 | 146.18 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 119 | 0 | 0.99 | 0.51 | 0.05 | 330.63 | 0.98 | 0.48 |
| Hex | F1 | 2 | 77 | 0 | 63 | 33 | 5 | 14B | 62 | 30 |
| Octal | 361 | 2 | 167 | 0 | 143 | 63 | 5 | 513 | 142 | 60 |
| Binary | 11110001 | 10 | 1110111 | 0 | 1100011 | 110011 | 101 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F10277
Complementary color
Monochromatic Colors of #F10277
Black with #F10277
Text Example
Text Example
White with #F10277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10277; }
p { color: rgb(241,2,119); }
H1.HeaderClassName
{
color: #F10277;
}
.AnyTagClassName
{
color: #F10277;
}
</style>
background-color css
<style>
a { background-color: #F10277; }
a { background-color: rgb(241,2,119); }
div.DivClassName
{
background-color: #F10277;
}
.BgClassName
{
background-color: #F10277;
}
</style>
border-color css
<style>
span { border-color: #F10277; }
span { border-color: rgb(241,2,119); }
td.TdClassName
{
border-color: #F10277;
}
.TagClassName
{
border-color: #F10277;
}
</style>