Shades of Razzle Dazzle Rose #FA1CE3
Tints of Razzle Dazzle Rose #FA1CE3
RGB
CMYK
RGB Variations
Color information
#FA1CE3 (or 0xFA1CE3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1C and E3. RGB value is (250,28,227). Sum of RGB (Red+Green+Blue) = 250+28+227=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CE3 is #05E31C. Grayscale: #747474. Windows color (decimal): -385821 or 14884090. OLE color: 14884090.
HSL color Cylindrical-coordinate representation of color #FA1CE3: hue angle of 306.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CE3 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 227 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.02 |
| HSL | 306.22º | 0.96% | 0.55% | - |
| HSV(B) | 306.22º | 0.89% | 0.98% | - |
| XYZ | 53.7 | 26.7 | 75 | - |
| YUV | 117.06 | 190.05 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 227 | 0 | 0.89 | 0.09 | 0.02 | 306.22 | 0.96 | 0.55 |
| Hex | FA | 1C | E3 | 0 | 59 | 9 | 2 | 132 | 60 | 37 |
| Octal | 372 | 34 | 343 | 0 | 131 | 11 | 2 | 462 | 140 | 67 |
| Binary | 11111010 | 11100 | 11100011 | 0 | 1011001 | 1001 | 10 | 100110010 | 1100000 | 110111 |
Color Harmonies of #FA1CE3
Complementary color
Monochromatic Colors of #FA1CE3
Black with #FA1CE3
Text Example
Text Example
White with #FA1CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CE3; }
p { color: rgb(250,28,227); }
H1.HeaderClassName
{
color: #FA1CE3;
}
.AnyTagClassName
{
color: #FA1CE3;
}
</style>
background-color css
<style>
a { background-color: #FA1CE3; }
a { background-color: rgb(250,28,227); }
div.DivClassName
{
background-color: #FA1CE3;
}
.BgClassName
{
background-color: #FA1CE3;
}
</style>
border-color css
<style>
span { border-color: #FA1CE3; }
span { border-color: rgb(250,28,227); }
td.TdClassName
{
border-color: #FA1CE3;
}
.TagClassName
{
border-color: #FA1CE3;
}
</style>