Shades of Razzle Dazzle Rose #FA37B7
Tints of Razzle Dazzle Rose #FA37B7
RGB
CMYK
RGB Variations
Color information
#FA37B7 (or 0xFA37B7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 37 and B7. RGB value is (250,55,183). Sum of RGB (Red+Green+Blue) = 250+55+183=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37B7 is #05C848. Grayscale: #7F7F7F. Windows color (decimal): -378953 or 12007418. OLE color: 12007418.
HSL color Cylindrical-coordinate representation of color #FA37B7: hue angle of 320.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA37B7 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 183 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.02 |
| HSL | 320.62º | 0.95% | 0.6% | - |
| HSV(B) | 320.62º | 0.78% | 0.98% | - |
| XYZ | 49.34 | 26.48 | 47.31 | - |
| YUV | 127.9 | 159.1 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 183 | 0 | 0.78 | 0.27 | 0.02 | 320.62 | 0.95 | 0.6 |
| Hex | FA | 37 | B7 | 0 | 4E | 1B | 2 | 141 | 5F | 3C |
| Octal | 372 | 67 | 267 | 0 | 116 | 33 | 2 | 501 | 137 | 74 |
| Binary | 11111010 | 110111 | 10110111 | 0 | 1001110 | 11011 | 10 | 101000001 | 1011111 | 111100 |
Color Harmonies of #FA37B7
Complementary color
Monochromatic Colors of #FA37B7
Black with #FA37B7
Text Example
Text Example
White with #FA37B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37B7; }
p { color: rgb(250,55,183); }
H1.HeaderClassName
{
color: #FA37B7;
}
.AnyTagClassName
{
color: #FA37B7;
}
</style>
background-color css
<style>
a { background-color: #FA37B7; }
a { background-color: rgb(250,55,183); }
div.DivClassName
{
background-color: #FA37B7;
}
.BgClassName
{
background-color: #FA37B7;
}
</style>
border-color css
<style>
span { border-color: #FA37B7; }
span { border-color: rgb(250,55,183); }
td.TdClassName
{
border-color: #FA37B7;
}
.TagClassName
{
border-color: #FA37B7;
}
</style>