Shades of Razzle Dazzle Rose #FA1CE0
Tints of Razzle Dazzle Rose #FA1CE0
RGB
CMYK
RGB Variations
Color information
#FA1CE0 (or 0xFA1CE0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1C and E0. RGB value is (250,28,224). Sum of RGB (Red+Green+Blue) = 250+28+224=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CE0 is #05E31F. Grayscale: #747474. Windows color (decimal): -385824 or 14687482. OLE color: 14687482.
HSL color Cylindrical-coordinate representation of color #FA1CE0: hue angle of 307.03º 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 #FA1CE0 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 224 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.02 |
| HSL | 307.03º | 0.96% | 0.55% | - |
| HSV(B) | 307.03º | 0.89% | 0.98% | - |
| XYZ | 53.29 | 26.54 | 72.83 | - |
| YUV | 116.72 | 188.55 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 224 | 0 | 0.89 | 0.10 | 0.02 | 307.03 | 0.96 | 0.55 |
| Hex | FA | 1C | E0 | 0 | 59 | A | 2 | 133 | 60 | 37 |
| Octal | 372 | 34 | 340 | 0 | 131 | 12 | 2 | 463 | 140 | 67 |
| Binary | 11111010 | 11100 | 11100000 | 0 | 1011001 | 1010 | 10 | 100110011 | 1100000 | 110111 |
Color Harmonies of #FA1CE0
Complementary color
Monochromatic Colors of #FA1CE0
Black with #FA1CE0
Text Example
Text Example
White with #FA1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CE0; }
p { color: rgb(250,28,224); }
H1.HeaderClassName
{
color: #FA1CE0;
}
.AnyTagClassName
{
color: #FA1CE0;
}
</style>
background-color css
<style>
a { background-color: #FA1CE0; }
a { background-color: rgb(250,28,224); }
div.DivClassName
{
background-color: #FA1CE0;
}
.BgClassName
{
background-color: #FA1CE0;
}
</style>
border-color css
<style>
span { border-color: #FA1CE0; }
span { border-color: rgb(250,28,224); }
td.TdClassName
{
border-color: #FA1CE0;
}
.TagClassName
{
border-color: #FA1CE0;
}
</style>