Shades of Razzle Dazzle Rose #FE4AD3
Tints of Razzle Dazzle Rose #FE4AD3
RGB
CMYK
RGB Variations
Color information
#FE4AD3 (or 0xFE4AD3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and D3. RGB value is (254,74,211). Sum of RGB (Red+Green+Blue) = 254+74+211=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 74 (29.30% from 255 or 13.73% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4AD3 is #01B52C. Grayscale: #8F8F8F. Windows color (decimal): -111917 or 13847294. OLE color: 13847294.
HSL color Cylindrical-coordinate representation of color #FE4AD3: hue angle of 314.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4AD3 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 211 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.00 |
| HSL | 314.33º | 0.99% | 0.64% | - |
| HSV(B) | 314.33º | 0.71% | 1% | - |
| XYZ | 55.08 | 30.67 | 64.65 | - |
| YUV | 143.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 211 | 0 | 0.71 | 0.17 | 0.00 | 314.33 | 0.99 | 0.64 |
| Hex | FE | 4A | D3 | 0 | 47 | 11 | 0 | 13A | 63 | 40 |
| Octal | 376 | 112 | 323 | 0 | 107 | 21 | 0 | 472 | 143 | 100 |
| Binary | 11111110 | 1001010 | 11010011 | 0 | 1000111 | 10001 | 0 | 100111010 | 1100011 | 1000000 |
Color Harmonies of #FE4AD3
Complementary color
Monochromatic Colors of #FE4AD3
Black with #FE4AD3
Text Example
Text Example
White with #FE4AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AD3; }
p { color: rgb(254,74,211); }
H1.HeaderClassName
{
color: #FE4AD3;
}
.AnyTagClassName
{
color: #FE4AD3;
}
</style>
background-color css
<style>
a { background-color: #FE4AD3; }
a { background-color: rgb(254,74,211); }
div.DivClassName
{
background-color: #FE4AD3;
}
.BgClassName
{
background-color: #FE4AD3;
}
</style>
border-color css
<style>
span { border-color: #FE4AD3; }
span { border-color: rgb(254,74,211); }
td.TdClassName
{
border-color: #FE4AD3;
}
.TagClassName
{
border-color: #FE4AD3;
}
</style>