Shades of Razzle Dazzle Rose #FA3DC1
Tints of Razzle Dazzle Rose #FA3DC1
RGB
CMYK
RGB Variations
Color information
#FA3DC1 (or 0xFA3DC1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3D and C1. RGB value is (250,61,193). Sum of RGB (Red+Green+Blue) = 250+61+193=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3DC1 is #05C23E. Grayscale: #848484. Windows color (decimal): -377407 or 12664314. OLE color: 12664314.
HSL color Cylindrical-coordinate representation of color #FA3DC1: hue angle of 318.1º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3DC1 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 193 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.02 |
| HSL | 318.1º | 0.95% | 0.61% | - |
| HSV(B) | 318.1º | 0.76% | 0.98% | - |
| XYZ | 50.72 | 27.51 | 53.09 | - |
| YUV | 132.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 193 | 0 | 0.76 | 0.23 | 0.02 | 318.1 | 0.95 | 0.61 |
| Hex | FA | 3D | C1 | 0 | 4C | 17 | 2 | 13E | 5F | 3D |
| Octal | 372 | 75 | 301 | 0 | 114 | 27 | 2 | 476 | 137 | 75 |
| Binary | 11111010 | 111101 | 11000001 | 0 | 1001100 | 10111 | 10 | 100111110 | 1011111 | 111101 |
Color Harmonies of #FA3DC1
Complementary color
Monochromatic Colors of #FA3DC1
Black with #FA3DC1
Text Example
Text Example
White with #FA3DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DC1; }
p { color: rgb(250,61,193); }
H1.HeaderClassName
{
color: #FA3DC1;
}
.AnyTagClassName
{
color: #FA3DC1;
}
</style>
background-color css
<style>
a { background-color: #FA3DC1; }
a { background-color: rgb(250,61,193); }
div.DivClassName
{
background-color: #FA3DC1;
}
.BgClassName
{
background-color: #FA3DC1;
}
</style>
border-color css
<style>
span { border-color: #FA3DC1; }
span { border-color: rgb(250,61,193); }
td.TdClassName
{
border-color: #FA3DC1;
}
.TagClassName
{
border-color: #FA3DC1;
}
</style>