Shades of Razzle Dazzle Rose #FE3AF2
Tints of Razzle Dazzle Rose #FE3AF2
RGB
CMYK
RGB Variations
Color information
#FE3AF2 (or 0xFE3AF2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3A and F2. RGB value is (254,58,242). Sum of RGB (Red+Green+Blue) = 254+58+242=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 58 (23.05% from 255 or 10.47% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3AF2 is #01C50D. Grayscale: #898989. Windows color (decimal): -115982 or 15874814. OLE color: 15874814.
HSL color Cylindrical-coordinate representation of color #FE3AF2: hue angle of 303.67º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3AF2 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 242 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.00 |
| HSL | 303.67º | 0.99% | 0.61% | - |
| HSV(B) | 303.67º | 0.77% | 1% | - |
| XYZ | 58.41 | 30.51 | 86.81 | - |
| YUV | 137.58 | 186.93 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 242 | 0 | 0.77 | 0.05 | 0.00 | 303.67 | 0.99 | 0.61 |
| Hex | FE | 3A | F2 | 0 | 4D | 5 | 0 | 130 | 63 | 3D |
| Octal | 376 | 72 | 362 | 0 | 115 | 5 | 0 | 460 | 143 | 75 |
| Binary | 11111110 | 111010 | 11110010 | 0 | 1001101 | 101 | 0 | 100110000 | 1100011 | 111101 |
Color Harmonies of #FE3AF2
Complementary color
Monochromatic Colors of #FE3AF2
Black with #FE3AF2
Text Example
Text Example
White with #FE3AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3AF2; }
p { color: rgb(254,58,242); }
H1.HeaderClassName
{
color: #FE3AF2;
}
.AnyTagClassName
{
color: #FE3AF2;
}
</style>
background-color css
<style>
a { background-color: #FE3AF2; }
a { background-color: rgb(254,58,242); }
div.DivClassName
{
background-color: #FE3AF2;
}
.BgClassName
{
background-color: #FE3AF2;
}
</style>
border-color css
<style>
span { border-color: #FE3AF2; }
span { border-color: rgb(254,58,242); }
td.TdClassName
{
border-color: #FE3AF2;
}
.TagClassName
{
border-color: #FE3AF2;
}
</style>