Shades of Razzle Dazzle Rose #FE31F2
Tints of Razzle Dazzle Rose #FE31F2
RGB
CMYK
RGB Variations
Color information
#FE31F2 (or 0xFE31F2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and F2. RGB value is (254,49,242). Sum of RGB (Red+Green+Blue) = 254+49+242=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 49 (19.53% from 255 or 8.99% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE31F2 is #01CE0D. Grayscale: #838383. Windows color (decimal): -118286 or 15872510. OLE color: 15872510.
HSL color Cylindrical-coordinate representation of color #FE31F2: hue angle of 303.51º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE31F2 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 242 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.00 |
| HSL | 303.51º | 0.99% | 0.59% | - |
| HSV(B) | 303.51º | 0.81% | 1% | - |
| XYZ | 58 | 29.68 | 86.68 | - |
| YUV | 132.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 242 | 0 | 0.81 | 0.05 | 0.00 | 303.51 | 0.99 | 0.59 |
| Hex | FE | 31 | F2 | 0 | 51 | 5 | 0 | 130 | 63 | 3B |
| Octal | 376 | 61 | 362 | 0 | 121 | 5 | 0 | 460 | 143 | 73 |
| Binary | 11111110 | 110001 | 11110010 | 0 | 1010001 | 101 | 0 | 100110000 | 1100011 | 111011 |
Color Harmonies of #FE31F2
Complementary color
Monochromatic Colors of #FE31F2
Black with #FE31F2
Text Example
Text Example
White with #FE31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31F2; }
p { color: rgb(254,49,242); }
H1.HeaderClassName
{
color: #FE31F2;
}
.AnyTagClassName
{
color: #FE31F2;
}
</style>
background-color css
<style>
a { background-color: #FE31F2; }
a { background-color: rgb(254,49,242); }
div.DivClassName
{
background-color: #FE31F2;
}
.BgClassName
{
background-color: #FE31F2;
}
</style>
border-color css
<style>
span { border-color: #FE31F2; }
span { border-color: rgb(254,49,242); }
td.TdClassName
{
border-color: #FE31F2;
}
.TagClassName
{
border-color: #FE31F2;
}
</style>