Shades of Razzle Dazzle Rose #FE2FE5
Tints of Razzle Dazzle Rose #FE2FE5
RGB
CMYK
RGB Variations
Color information
#FE2FE5 (or 0xFE2FE5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and E5. RGB value is (254,47,229). Sum of RGB (Red+Green+Blue) = 254+47+229=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 47 (18.75% from 255 or 8.87% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FE5 is #01D01A. Grayscale: #818181. Windows color (decimal): -118811 or 15020030. OLE color: 15020030.
HSL color Cylindrical-coordinate representation of color #FE2FE5: hue angle of 307.25º 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 #FE2FE5 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 229 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.00 |
| HSL | 307.25º | 0.99% | 0.59% | - |
| HSV(B) | 307.25º | 0.81% | 1% | - |
| XYZ | 56.03 | 28.76 | 76.73 | - |
| YUV | 129.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 229 | 0 | 0.81 | 0.10 | 0.00 | 307.25 | 0.99 | 0.59 |
| Hex | FE | 2F | E5 | 0 | 51 | A | 0 | 133 | 63 | 3B |
| Octal | 376 | 57 | 345 | 0 | 121 | 12 | 0 | 463 | 143 | 73 |
| Binary | 11111110 | 101111 | 11100101 | 0 | 1010001 | 1010 | 0 | 100110011 | 1100011 | 111011 |
Color Harmonies of #FE2FE5
Complementary color
Monochromatic Colors of #FE2FE5
Black with #FE2FE5
Text Example
Text Example
White with #FE2FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FE5; }
p { color: rgb(254,47,229); }
H1.HeaderClassName
{
color: #FE2FE5;
}
.AnyTagClassName
{
color: #FE2FE5;
}
</style>
background-color css
<style>
a { background-color: #FE2FE5; }
a { background-color: rgb(254,47,229); }
div.DivClassName
{
background-color: #FE2FE5;
}
.BgClassName
{
background-color: #FE2FE5;
}
</style>
border-color css
<style>
span { border-color: #FE2FE5; }
span { border-color: rgb(254,47,229); }
td.TdClassName
{
border-color: #FE2FE5;
}
.TagClassName
{
border-color: #FE2FE5;
}
</style>