Shades of Razzle Dazzle Rose #FE2FF0
Tints of Razzle Dazzle Rose #FE2FF0
RGB
CMYK
RGB Variations
Color information
#FE2FF0 (or 0xFE2FF0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and F0. RGB value is (254,47,240). Sum of RGB (Red+Green+Blue) = 254+47+240=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 47 (18.75% from 255 or 8.69% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FF0 is #01D00F. Grayscale: #828282. Windows color (decimal): -118800 or 15740926. OLE color: 15740926.
HSL color Cylindrical-coordinate representation of color #FE2FF0: hue angle of 304.06º 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 #FE2FF0 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 240 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.00 |
| HSL | 304.06º | 0.99% | 0.59% | - |
| HSV(B) | 304.06º | 0.81% | 1% | - |
| XYZ | 57.62 | 29.4 | 85.08 | - |
| YUV | 130.9 | 189.58 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 240 | 0 | 0.81 | 0.06 | 0.00 | 304.06 | 0.99 | 0.59 |
| Hex | FE | 2F | F0 | 0 | 51 | 6 | 0 | 130 | 63 | 3B |
| Octal | 376 | 57 | 360 | 0 | 121 | 6 | 0 | 460 | 143 | 73 |
| Binary | 11111110 | 101111 | 11110000 | 0 | 1010001 | 110 | 0 | 100110000 | 1100011 | 111011 |
Color Harmonies of #FE2FF0
Complementary color
Monochromatic Colors of #FE2FF0
Black with #FE2FF0
Text Example
Text Example
White with #FE2FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FF0; }
p { color: rgb(254,47,240); }
H1.HeaderClassName
{
color: #FE2FF0;
}
.AnyTagClassName
{
color: #FE2FF0;
}
</style>
background-color css
<style>
a { background-color: #FE2FF0; }
a { background-color: rgb(254,47,240); }
div.DivClassName
{
background-color: #FE2FF0;
}
.BgClassName
{
background-color: #FE2FF0;
}
</style>
border-color css
<style>
span { border-color: #FE2FF0; }
span { border-color: rgb(254,47,240); }
td.TdClassName
{
border-color: #FE2FF0;
}
.TagClassName
{
border-color: #FE2FF0;
}
</style>