Shades of Razzle Dazzle Rose #FA2CE1
Tints of Razzle Dazzle Rose #FA2CE1
RGB
CMYK
RGB Variations
Color information
#FA2CE1 (or 0xFA2CE1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2C and E1. RGB value is (250,44,225). Sum of RGB (Red+Green+Blue) = 250+44+225=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 44 (17.58% from 255 or 8.48% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2CE1 is #05D31E. Grayscale: #7D7D7D. Windows color (decimal): -381727 or 14757114. OLE color: 14757114.
HSL color Cylindrical-coordinate representation of color #FA2CE1: hue angle of 307.28º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2CE1 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 225 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.02 |
| HSL | 307.28º | 0.95% | 0.58% | - |
| HSV(B) | 307.28º | 0.82% | 0.98% | - |
| XYZ | 53.92 | 27.56 | 73.71 | - |
| YUV | 126.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 225 | 0 | 0.82 | 0.10 | 0.02 | 307.28 | 0.95 | 0.58 |
| Hex | FA | 2C | E1 | 0 | 52 | A | 2 | 133 | 5F | 3A |
| Octal | 372 | 54 | 341 | 0 | 122 | 12 | 2 | 463 | 137 | 72 |
| Binary | 11111010 | 101100 | 11100001 | 0 | 1010010 | 1010 | 10 | 100110011 | 1011111 | 111010 |
Color Harmonies of #FA2CE1
Complementary color
Monochromatic Colors of #FA2CE1
Black with #FA2CE1
Text Example
Text Example
White with #FA2CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2CE1; }
p { color: rgb(250,44,225); }
H1.HeaderClassName
{
color: #FA2CE1;
}
.AnyTagClassName
{
color: #FA2CE1;
}
</style>
background-color css
<style>
a { background-color: #FA2CE1; }
a { background-color: rgb(250,44,225); }
div.DivClassName
{
background-color: #FA2CE1;
}
.BgClassName
{
background-color: #FA2CE1;
}
</style>
border-color css
<style>
span { border-color: #FA2CE1; }
span { border-color: rgb(250,44,225); }
td.TdClassName
{
border-color: #FA2CE1;
}
.TagClassName
{
border-color: #FA2CE1;
}
</style>