Shades of Razzle Dazzle Rose #FA3DF1
Tints of Razzle Dazzle Rose #FA3DF1
RGB
CMYK
RGB Variations
Color information
#FA3DF1 (or 0xFA3DF1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3D and F1. RGB value is (250,61,241). Sum of RGB (Red+Green+Blue) = 250+61+241=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 61 (24.22% from 255 or 11.05% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3DF1 is #05C20E. Grayscale: #898989. Windows color (decimal): -377359 or 15810042. OLE color: 15810042.
HSL color Cylindrical-coordinate representation of color #FA3DF1: hue angle of 302.86º 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 #FA3DF1 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 241 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.02 |
| HSL | 302.86º | 0.95% | 0.61% | - |
| HSV(B) | 302.86º | 0.76% | 0.98% | - |
| XYZ | 56.97 | 30.01 | 86.01 | - |
| YUV | 138.03 | 186.12 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 241 | 0 | 0.76 | 0.04 | 0.02 | 302.86 | 0.95 | 0.61 |
| Hex | FA | 3D | F1 | 0 | 4C | 4 | 2 | 12F | 5F | 3D |
| Octal | 372 | 75 | 361 | 0 | 114 | 4 | 2 | 457 | 137 | 75 |
| Binary | 11111010 | 111101 | 11110001 | 0 | 1001100 | 100 | 10 | 100101111 | 1011111 | 111101 |
Color Harmonies of #FA3DF1
Complementary color
Monochromatic Colors of #FA3DF1
Black with #FA3DF1
Text Example
Text Example
White with #FA3DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DF1; }
p { color: rgb(250,61,241); }
H1.HeaderClassName
{
color: #FA3DF1;
}
.AnyTagClassName
{
color: #FA3DF1;
}
</style>
background-color css
<style>
a { background-color: #FA3DF1; }
a { background-color: rgb(250,61,241); }
div.DivClassName
{
background-color: #FA3DF1;
}
.BgClassName
{
background-color: #FA3DF1;
}
</style>
border-color css
<style>
span { border-color: #FA3DF1; }
span { border-color: rgb(250,61,241); }
td.TdClassName
{
border-color: #FA3DF1;
}
.TagClassName
{
border-color: #FA3DF1;
}
</style>