Shades of Razzle Dazzle Rose #FA1CE4
Tints of Razzle Dazzle Rose #FA1CE4
RGB
CMYK
RGB Variations
Color information
#FA1CE4 (or 0xFA1CE4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1C and E4. RGB value is (250,28,228). Sum of RGB (Red+Green+Blue) = 250+28+228=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CE4 is #05E31B. Grayscale: #747474. Windows color (decimal): -385820 or 14949626. OLE color: 14949626.
HSL color Cylindrical-coordinate representation of color #FA1CE4: hue angle of 305.95º 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 #FA1CE4 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 228 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.02 |
| HSL | 305.95º | 0.96% | 0.55% | - |
| HSV(B) | 305.95º | 0.89% | 0.98% | - |
| XYZ | 53.84 | 26.76 | 75.73 | - |
| YUV | 117.18 | 190.55 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 228 | 0 | 0.89 | 0.09 | 0.02 | 305.95 | 0.96 | 0.55 |
| Hex | FA | 1C | E4 | 0 | 59 | 9 | 2 | 132 | 60 | 37 |
| Octal | 372 | 34 | 344 | 0 | 131 | 11 | 2 | 462 | 140 | 67 |
| Binary | 11111010 | 11100 | 11100100 | 0 | 1011001 | 1001 | 10 | 100110010 | 1100000 | 110111 |
Color Harmonies of #FA1CE4
Complementary color
Monochromatic Colors of #FA1CE4
Black with #FA1CE4
Text Example
Text Example
White with #FA1CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CE4; }
p { color: rgb(250,28,228); }
H1.HeaderClassName
{
color: #FA1CE4;
}
.AnyTagClassName
{
color: #FA1CE4;
}
</style>
background-color css
<style>
a { background-color: #FA1CE4; }
a { background-color: rgb(250,28,228); }
div.DivClassName
{
background-color: #FA1CE4;
}
.BgClassName
{
background-color: #FA1CE4;
}
</style>
border-color css
<style>
span { border-color: #FA1CE4; }
span { border-color: rgb(250,28,228); }
td.TdClassName
{
border-color: #FA1CE4;
}
.TagClassName
{
border-color: #FA1CE4;
}
</style>