Shades of Razzle Dazzle Rose #FA41B7
Tints of Razzle Dazzle Rose #FA41B7
RGB
CMYK
RGB Variations
Color information
#FA41B7 (or 0xFA41B7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and B7. RGB value is (250,65,183). Sum of RGB (Red+Green+Blue) = 250+65+183=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41B7 is #05BE48. Grayscale: #858585. Windows color (decimal): -376393 or 12009978. OLE color: 12009978.
HSL color Cylindrical-coordinate representation of color #FA41B7: hue angle of 321.73º 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 #FA41B7 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 183 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.02 |
| HSL | 321.73º | 0.95% | 0.62% | - |
| HSV(B) | 321.73º | 0.74% | 0.98% | - |
| XYZ | 49.86 | 27.52 | 47.48 | - |
| YUV | 133.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 183 | 0 | 0.74 | 0.27 | 0.02 | 321.73 | 0.95 | 0.62 |
| Hex | FA | 41 | B7 | 0 | 4A | 1B | 2 | 142 | 5F | 3E |
| Octal | 372 | 101 | 267 | 0 | 112 | 33 | 2 | 502 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10110111 | 0 | 1001010 | 11011 | 10 | 101000010 | 1011111 | 111110 |
Color Harmonies of #FA41B7
Complementary color
Monochromatic Colors of #FA41B7
Black with #FA41B7
Text Example
Text Example
White with #FA41B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41B7; }
p { color: rgb(250,65,183); }
H1.HeaderClassName
{
color: #FA41B7;
}
.AnyTagClassName
{
color: #FA41B7;
}
</style>
background-color css
<style>
a { background-color: #FA41B7; }
a { background-color: rgb(250,65,183); }
div.DivClassName
{
background-color: #FA41B7;
}
.BgClassName
{
background-color: #FA41B7;
}
</style>
border-color css
<style>
span { border-color: #FA41B7; }
span { border-color: rgb(250,65,183); }
td.TdClassName
{
border-color: #FA41B7;
}
.TagClassName
{
border-color: #FA41B7;
}
</style>