Shades of Razzle Dazzle Rose #FE2FF6
Tints of Razzle Dazzle Rose #FE2FF6
RGB
CMYK
RGB Variations
Color information
#FE2FF6 (or 0xFE2FF6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and F6. RGB value is (254,47,246). Sum of RGB (Red+Green+Blue) = 254+47+246=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 47 (18.75% from 255 or 8.59% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FF6 is #01D009. Grayscale: #828282. Windows color (decimal): -118794 or 16134142. OLE color: 16134142.
HSL color Cylindrical-coordinate representation of color #FE2FF6: hue angle of 302.32º 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 #FE2FF6 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 246 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.00 |
| HSL | 302.32º | 0.99% | 0.59% | - |
| HSV(B) | 302.32º | 0.81% | 1% | - |
| XYZ | 58.52 | 29.76 | 89.85 | - |
| YUV | 131.58 | 192.58 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 246 | 0 | 0.81 | 0.03 | 0.00 | 302.32 | 0.99 | 0.59 |
| Hex | FE | 2F | F6 | 0 | 51 | 3 | 0 | 12E | 63 | 3B |
| Octal | 376 | 57 | 366 | 0 | 121 | 3 | 0 | 456 | 143 | 73 |
| Binary | 11111110 | 101111 | 11110110 | 0 | 1010001 | 11 | 0 | 100101110 | 1100011 | 111011 |
Color Harmonies of #FE2FF6
Complementary color
Monochromatic Colors of #FE2FF6
Black with #FE2FF6
Text Example
Text Example
White with #FE2FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FF6; }
p { color: rgb(254,47,246); }
H1.HeaderClassName
{
color: #FE2FF6;
}
.AnyTagClassName
{
color: #FE2FF6;
}
</style>
background-color css
<style>
a { background-color: #FE2FF6; }
a { background-color: rgb(254,47,246); }
div.DivClassName
{
background-color: #FE2FF6;
}
.BgClassName
{
background-color: #FE2FF6;
}
</style>
border-color css
<style>
span { border-color: #FE2FF6; }
span { border-color: rgb(254,47,246); }
td.TdClassName
{
border-color: #FE2FF6;
}
.TagClassName
{
border-color: #FE2FF6;
}
</style>