Shades of Razzmatazz #F30D6B
Tints of Razzmatazz #F30D6B
RGB
CMYK
RGB Variations
Color information
#F30D6B (or 0xF30D6B) is known color: Razzmatazz. HEX triplet: F3, 0D and 6B. RGB value is (243,13,107). Sum of RGB (Red+Green+Blue) = 243+13+107=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F30D6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30D6B is #0CF294. Grayscale: #5C5C5C. Windows color (decimal): -848533 or 7015923. OLE color: 7015923.
HSL color Cylindrical-coordinate representation of color #F30D6B: hue angle of 335.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30D6B is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 107 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.05 |
| HSL | 335.48º | 0.91% | 0.5% | - |
| HSV(B) | 335.48º | 0.95% | 0.95% | - |
| XYZ | 39.76 | 20.4 | 15.75 | - |
| YUV | 92.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 107 | 0 | 0.95 | 0.56 | 0.05 | 335.48 | 0.91 | 0.5 |
| Hex | F3 | D | 6B | 0 | 5F | 38 | 5 | 14F | 5B | 32 |
| Octal | 363 | 15 | 153 | 0 | 137 | 70 | 5 | 517 | 133 | 62 |
| Binary | 11110011 | 1101 | 1101011 | 0 | 1011111 | 111000 | 101 | 101001111 | 1011011 | 110010 |
Color Harmonies of #F30D6B
Complementary color
Monochromatic Colors of #F30D6B
Black with #F30D6B
Text Example
Text Example
White with #F30D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30D6B; }
p { color: rgb(243,13,107); }
H1.HeaderClassName
{
color: #F30D6B;
}
.AnyTagClassName
{
color: #F30D6B;
}
</style>
background-color css
<style>
a { background-color: #F30D6B; }
a { background-color: rgb(243,13,107); }
div.DivClassName
{
background-color: #F30D6B;
}
.BgClassName
{
background-color: #F30D6B;
}
</style>
border-color css
<style>
span { border-color: #F30D6B; }
span { border-color: rgb(243,13,107); }
td.TdClassName
{
border-color: #F30D6B;
}
.TagClassName
{
border-color: #F30D6B;
}
</style>