Shades of Razzle Dazzle Rose #FA43C7
Tints of Razzle Dazzle Rose #FA43C7
RGB
CMYK
RGB Variations
Color information
#FA43C7 (or 0xFA43C7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 43 and C7. RGB value is (250,67,199). Sum of RGB (Red+Green+Blue) = 250+67+199=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA43C7 is #05BC38. Grayscale: #888888. Windows color (decimal): -375865 or 13059066. OLE color: 13059066.
HSL color Cylindrical-coordinate representation of color #FA43C7: hue angle of 316.72º 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 #FA43C7 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 199 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.02 |
| HSL | 316.72º | 0.95% | 0.62% | - |
| HSV(B) | 316.72º | 0.73% | 0.98% | - |
| XYZ | 51.74 | 28.46 | 56.8 | - |
| YUV | 136.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 199 | 0 | 0.73 | 0.20 | 0.02 | 316.72 | 0.95 | 0.62 |
| Hex | FA | 43 | C7 | 0 | 49 | 14 | 2 | 13D | 5F | 3E |
| Octal | 372 | 103 | 307 | 0 | 111 | 24 | 2 | 475 | 137 | 76 |
| Binary | 11111010 | 1000011 | 11000111 | 0 | 1001001 | 10100 | 10 | 100111101 | 1011111 | 111110 |
Color Harmonies of #FA43C7
Complementary color
Monochromatic Colors of #FA43C7
Black with #FA43C7
Text Example
Text Example
White with #FA43C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA43C7; }
p { color: rgb(250,67,199); }
H1.HeaderClassName
{
color: #FA43C7;
}
.AnyTagClassName
{
color: #FA43C7;
}
</style>
background-color css
<style>
a { background-color: #FA43C7; }
a { background-color: rgb(250,67,199); }
div.DivClassName
{
background-color: #FA43C7;
}
.BgClassName
{
background-color: #FA43C7;
}
</style>
border-color css
<style>
span { border-color: #FA43C7; }
span { border-color: rgb(250,67,199); }
td.TdClassName
{
border-color: #FA43C7;
}
.TagClassName
{
border-color: #FA43C7;
}
</style>