Shades of Razzle Dazzle Rose #FA4DC1
Tints of Razzle Dazzle Rose #FA4DC1
RGB
CMYK
RGB Variations
Color information
#FA4DC1 (or 0xFA4DC1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4D and C1. RGB value is (250,77,193). Sum of RGB (Red+Green+Blue) = 250+77+193=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DC1 is #05B23E. Grayscale: #8D8D8D. Windows color (decimal): -373311 or 12668410. OLE color: 12668410.
HSL color Cylindrical-coordinate representation of color #FA4DC1: hue angle of 319.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DC1 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 193 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.02 |
| HSL | 319.77º | 0.95% | 0.64% | - |
| HSV(B) | 319.77º | 0.69% | 0.98% | - |
| XYZ | 51.7 | 29.48 | 53.42 | - |
| YUV | 141.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 193 | 0 | 0.69 | 0.23 | 0.02 | 319.77 | 0.95 | 0.64 |
| Hex | FA | 4D | C1 | 0 | 45 | 17 | 2 | 140 | 5F | 40 |
| Octal | 372 | 115 | 301 | 0 | 105 | 27 | 2 | 500 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11000001 | 0 | 1000101 | 10111 | 10 | 101000000 | 1011111 | 1000000 |
Color Harmonies of #FA4DC1
Complementary color
Monochromatic Colors of #FA4DC1
Black with #FA4DC1
Text Example
Text Example
White with #FA4DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DC1; }
p { color: rgb(250,77,193); }
H1.HeaderClassName
{
color: #FA4DC1;
}
.AnyTagClassName
{
color: #FA4DC1;
}
</style>
background-color css
<style>
a { background-color: #FA4DC1; }
a { background-color: rgb(250,77,193); }
div.DivClassName
{
background-color: #FA4DC1;
}
.BgClassName
{
background-color: #FA4DC1;
}
</style>
border-color css
<style>
span { border-color: #FA4DC1; }
span { border-color: rgb(250,77,193); }
td.TdClassName
{
border-color: #FA4DC1;
}
.TagClassName
{
border-color: #FA4DC1;
}
</style>