Shades of Razzmatazz #F2066B
Tints of Razzmatazz #F2066B
RGB
CMYK
RGB Variations
Color information
#F2066B (or 0xF2066B) is known color: Razzmatazz. HEX triplet: F2, 06 and 6B. RGB value is (242,6,107). Sum of RGB (Red+Green+Blue) = 242+6+107=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2066B is #0DF994. Grayscale: #575757. Windows color (decimal): -915861 or 7014130. OLE color: 7014130.
HSL color Cylindrical-coordinate representation of color #F2066B: hue angle of 334.32º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2066B is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 107 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.05 |
| HSL | 334.32º | 0.95% | 0.49% | - |
| HSV(B) | 334.32º | 0.98% | 0.95% | - |
| XYZ | 39.34 | 20.07 | 15.71 | - |
| YUV | 88.08 | 138.69 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 107 | 0 | 0.98 | 0.56 | 0.05 | 334.32 | 0.95 | 0.49 |
| Hex | F2 | 6 | 6B | 0 | 62 | 38 | 5 | 14E | 5F | 31 |
| Octal | 362 | 6 | 153 | 0 | 142 | 70 | 5 | 516 | 137 | 61 |
| Binary | 11110010 | 110 | 1101011 | 0 | 1100010 | 111000 | 101 | 101001110 | 1011111 | 110001 |
Color Harmonies of #F2066B
Complementary color
Monochromatic Colors of #F2066B
Black with #F2066B
Text Example
Text Example
White with #F2066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2066B; }
p { color: rgb(242,6,107); }
H1.HeaderClassName
{
color: #F2066B;
}
.AnyTagClassName
{
color: #F2066B;
}
</style>
background-color css
<style>
a { background-color: #F2066B; }
a { background-color: rgb(242,6,107); }
div.DivClassName
{
background-color: #F2066B;
}
.BgClassName
{
background-color: #F2066B;
}
</style>
border-color css
<style>
span { border-color: #F2066B; }
span { border-color: rgb(242,6,107); }
td.TdClassName
{
border-color: #F2066B;
}
.TagClassName
{
border-color: #F2066B;
}
</style>