Shades of Razzmatazz #F20F69
Tints of Razzmatazz #F20F69
RGB
CMYK
RGB Variations
Color information
#F20F69 (or 0xF20F69) is known color: Razzmatazz. HEX triplet: F2, 0F and 69. RGB value is (242,15,105). Sum of RGB (Red+Green+Blue) = 242+15+105=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F69 is #0DF096. Grayscale: #5C5C5C. Windows color (decimal): -913559 or 6885362. OLE color: 6885362.
HSL color Cylindrical-coordinate representation of color #F20F69: hue angle of 336.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20F69 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 105 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.05 |
| HSL | 336.21º | 0.9% | 0.5% | - |
| HSV(B) | 336.21º | 0.94% | 0.95% | - |
| XYZ | 39.34 | 20.24 | 15.2 | - |
| YUV | 93.13 | 134.71 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 105 | 0 | 0.94 | 0.57 | 0.05 | 336.21 | 0.9 | 0.5 |
| Hex | F2 | F | 69 | 0 | 5E | 39 | 5 | 150 | 5A | 32 |
| Octal | 362 | 17 | 151 | 0 | 136 | 71 | 5 | 520 | 132 | 62 |
| Binary | 11110010 | 1111 | 1101001 | 0 | 1011110 | 111001 | 101 | 101010000 | 1011010 | 110010 |
Color Harmonies of #F20F69
Complementary color
Monochromatic Colors of #F20F69
Black with #F20F69
Text Example
Text Example
White with #F20F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F69; }
p { color: rgb(242,15,105); }
H1.HeaderClassName
{
color: #F20F69;
}
.AnyTagClassName
{
color: #F20F69;
}
</style>
background-color css
<style>
a { background-color: #F20F69; }
a { background-color: rgb(242,15,105); }
div.DivClassName
{
background-color: #F20F69;
}
.BgClassName
{
background-color: #F20F69;
}
</style>
border-color css
<style>
span { border-color: #F20F69; }
span { border-color: rgb(242,15,105); }
td.TdClassName
{
border-color: #F20F69;
}
.TagClassName
{
border-color: #F20F69;
}
</style>