Shades of Razzle Dazzle Rose #FA44B7
Tints of Razzle Dazzle Rose #FA44B7
RGB
CMYK
RGB Variations
Color information
#FA44B7 (or 0xFA44B7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 44 and B7. RGB value is (250,68,183). Sum of RGB (Red+Green+Blue) = 250+68+183=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA44B7 is #05BB48. Grayscale: #878787. Windows color (decimal): -375625 or 12010746. OLE color: 12010746.
HSL color Cylindrical-coordinate representation of color #FA44B7: hue angle of 322.09º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44B7 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 183 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.02 |
| HSL | 322.09º | 0.95% | 0.62% | - |
| HSV(B) | 322.09º | 0.73% | 0.98% | - |
| XYZ | 50.04 | 27.88 | 47.54 | - |
| YUV | 135.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 183 | 0 | 0.73 | 0.27 | 0.02 | 322.09 | 0.95 | 0.62 |
| Hex | FA | 44 | B7 | 0 | 49 | 1B | 2 | 142 | 5F | 3E |
| Octal | 372 | 104 | 267 | 0 | 111 | 33 | 2 | 502 | 137 | 76 |
| Binary | 11111010 | 1000100 | 10110111 | 0 | 1001001 | 11011 | 10 | 101000010 | 1011111 | 111110 |
Color Harmonies of #FA44B7
Complementary color
Monochromatic Colors of #FA44B7
Black with #FA44B7
Text Example
Text Example
White with #FA44B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44B7; }
p { color: rgb(250,68,183); }
H1.HeaderClassName
{
color: #FA44B7;
}
.AnyTagClassName
{
color: #FA44B7;
}
</style>
background-color css
<style>
a { background-color: #FA44B7; }
a { background-color: rgb(250,68,183); }
div.DivClassName
{
background-color: #FA44B7;
}
.BgClassName
{
background-color: #FA44B7;
}
</style>
border-color css
<style>
span { border-color: #FA44B7; }
span { border-color: rgb(250,68,183); }
td.TdClassName
{
border-color: #FA44B7;
}
.TagClassName
{
border-color: #FA44B7;
}
</style>