Shades of Razzle Dazzle Rose #FA34BA
Tints of Razzle Dazzle Rose #FA34BA
RGB
CMYK
RGB Variations
Color information
#FA34BA (or 0xFA34BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 34 and BA. RGB value is (250,52,186). Sum of RGB (Red+Green+Blue) = 250+52+186=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA34BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA34BA is #05CB45. Grayscale: #7E7E7E. Windows color (decimal): -379718 or 12203258. OLE color: 12203258.
HSL color Cylindrical-coordinate representation of color #FA34BA: hue angle of 319.39º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA34BA is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 186 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.02 |
| HSL | 319.39º | 0.95% | 0.59% | - |
| HSV(B) | 319.39º | 0.79% | 0.98% | - |
| XYZ | 49.52 | 26.33 | 48.93 | - |
| YUV | 126.48 | 161.6 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 186 | 0 | 0.79 | 0.26 | 0.02 | 319.39 | 0.95 | 0.59 |
| Hex | FA | 34 | BA | 0 | 4F | 1A | 2 | 13F | 5F | 3B |
| Octal | 372 | 64 | 272 | 0 | 117 | 32 | 2 | 477 | 137 | 73 |
| Binary | 11111010 | 110100 | 10111010 | 0 | 1001111 | 11010 | 10 | 100111111 | 1011111 | 111011 |
Color Harmonies of #FA34BA
Complementary color
Monochromatic Colors of #FA34BA
Black with #FA34BA
Text Example
Text Example
White with #FA34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA34BA; }
p { color: rgb(250,52,186); }
H1.HeaderClassName
{
color: #FA34BA;
}
.AnyTagClassName
{
color: #FA34BA;
}
</style>
background-color css
<style>
a { background-color: #FA34BA; }
a { background-color: rgb(250,52,186); }
div.DivClassName
{
background-color: #FA34BA;
}
.BgClassName
{
background-color: #FA34BA;
}
</style>
border-color css
<style>
span { border-color: #FA34BA; }
span { border-color: rgb(250,52,186); }
td.TdClassName
{
border-color: #FA34BA;
}
.TagClassName
{
border-color: #FA34BA;
}
</style>