Shades of Razzmatazz #FA0365
Tints of Razzmatazz #FA0365
RGB
CMYK
RGB Variations
Color information
#FA0365 (or 0xFA0365) is known color: Razzmatazz. HEX triplet: FA, 03 and 65. RGB value is (250,3,101). Sum of RGB (Red+Green+Blue) = 250+3+101=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0365 is #05FC9A. Grayscale: #575757. Windows color (decimal): -392347 or 6620154. OLE color: 6620154.
HSL color Cylindrical-coordinate representation of color #FA0365: hue angle of 336.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0365 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 101 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.02 |
| HSL | 336.19º | 0.98% | 0.5% | - |
| HSV(B) | 336.19º | 0.99% | 0.98% | - |
| XYZ | 41.81 | 21.33 | 14.23 | - |
| YUV | 88.03 | 135.33 | 243.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 101 | 0 | 0.99 | 0.60 | 0.02 | 336.19 | 0.98 | 0.5 |
| Hex | FA | 3 | 65 | 0 | 63 | 3C | 2 | 150 | 62 | 32 |
| Octal | 372 | 3 | 145 | 0 | 143 | 74 | 2 | 520 | 142 | 62 |
| Binary | 11111010 | 11 | 1100101 | 0 | 1100011 | 111100 | 10 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FA0365
Complementary color
Monochromatic Colors of #FA0365
Black with #FA0365
Text Example
Text Example
White with #FA0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0365; }
p { color: rgb(250,3,101); }
H1.HeaderClassName
{
color: #FA0365;
}
.AnyTagClassName
{
color: #FA0365;
}
</style>
background-color css
<style>
a { background-color: #FA0365; }
a { background-color: rgb(250,3,101); }
div.DivClassName
{
background-color: #FA0365;
}
.BgClassName
{
background-color: #FA0365;
}
</style>
border-color css
<style>
span { border-color: #FA0365; }
span { border-color: rgb(250,3,101); }
td.TdClassName
{
border-color: #FA0365;
}
.TagClassName
{
border-color: #FA0365;
}
</style>