Shades of Razzle Dazzle Rose #FA41BA
Tints of Razzle Dazzle Rose #FA41BA
RGB
CMYK
RGB Variations
Color information
#FA41BA (or 0xFA41BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and BA. RGB value is (250,65,186). Sum of RGB (Red+Green+Blue) = 250+65+186=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41BA is #05BE45. Grayscale: #858585. Windows color (decimal): -376390 or 12206586. OLE color: 12206586.
HSL color Cylindrical-coordinate representation of color #FA41BA: hue angle of 320.76º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA41BA is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 186 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.02 |
| HSL | 320.76º | 0.95% | 0.62% | - |
| HSV(B) | 320.76º | 0.74% | 0.98% | - |
| XYZ | 50.18 | 27.65 | 49.15 | - |
| YUV | 134.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 186 | 0 | 0.74 | 0.26 | 0.02 | 320.76 | 0.95 | 0.62 |
| Hex | FA | 41 | BA | 0 | 4A | 1A | 2 | 141 | 5F | 3E |
| Octal | 372 | 101 | 272 | 0 | 112 | 32 | 2 | 501 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10111010 | 0 | 1001010 | 11010 | 10 | 101000001 | 1011111 | 111110 |
Color Harmonies of #FA41BA
Complementary color
Monochromatic Colors of #FA41BA
Black with #FA41BA
Text Example
Text Example
White with #FA41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41BA; }
p { color: rgb(250,65,186); }
H1.HeaderClassName
{
color: #FA41BA;
}
.AnyTagClassName
{
color: #FA41BA;
}
</style>
background-color css
<style>
a { background-color: #FA41BA; }
a { background-color: rgb(250,65,186); }
div.DivClassName
{
background-color: #FA41BA;
}
.BgClassName
{
background-color: #FA41BA;
}
</style>
border-color css
<style>
span { border-color: #FA41BA; }
span { border-color: rgb(250,65,186); }
td.TdClassName
{
border-color: #FA41BA;
}
.TagClassName
{
border-color: #FA41BA;
}
</style>