Shades of Razzle Dazzle Rose #FE2AD2
Tints of Razzle Dazzle Rose #FE2AD2
RGB
CMYK
RGB Variations
Color information
#FE2AD2 (or 0xFE2AD2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2A and D2. RGB value is (254,42,210). Sum of RGB (Red+Green+Blue) = 254+42+210=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2AD2 is #01D52D. Grayscale: #7C7C7C. Windows color (decimal): -120110 or 13773566. OLE color: 13773566.
HSL color Cylindrical-coordinate representation of color #FE2AD2: hue angle of 312.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2AD2 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 210 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.00 |
| HSL | 312.45º | 0.99% | 0.58% | - |
| HSV(B) | 312.45º | 0.83% | 1% | - |
| XYZ | 53.33 | 27.38 | 63.45 | - |
| YUV | 124.54 | 176.24 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 210 | 0 | 0.83 | 0.17 | 0.00 | 312.45 | 0.99 | 0.58 |
| Hex | FE | 2A | D2 | 0 | 53 | 11 | 0 | 138 | 63 | 3A |
| Octal | 376 | 52 | 322 | 0 | 123 | 21 | 0 | 470 | 143 | 72 |
| Binary | 11111110 | 101010 | 11010010 | 0 | 1010011 | 10001 | 0 | 100111000 | 1100011 | 111010 |
Color Harmonies of #FE2AD2
Complementary color
Monochromatic Colors of #FE2AD2
Black with #FE2AD2
Text Example
Text Example
White with #FE2AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2AD2; }
p { color: rgb(254,42,210); }
H1.HeaderClassName
{
color: #FE2AD2;
}
.AnyTagClassName
{
color: #FE2AD2;
}
</style>
background-color css
<style>
a { background-color: #FE2AD2; }
a { background-color: rgb(254,42,210); }
div.DivClassName
{
background-color: #FE2AD2;
}
.BgClassName
{
background-color: #FE2AD2;
}
</style>
border-color css
<style>
span { border-color: #FE2AD2; }
span { border-color: rgb(254,42,210); }
td.TdClassName
{
border-color: #FE2AD2;
}
.TagClassName
{
border-color: #FE2AD2;
}
</style>