Shades of Razzle Dazzle Rose #FE2FC2
Tints of Razzle Dazzle Rose #FE2FC2
RGB
CMYK
RGB Variations
Color information
#FE2FC2 (or 0xFE2FC2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and C2. RGB value is (254,47,194). Sum of RGB (Red+Green+Blue) = 254+47+194=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FC2 is #01D03D. Grayscale: #7D7D7D. Windows color (decimal): -118846 or 12726270. OLE color: 12726270.
HSL color Cylindrical-coordinate representation of color #FE2FC2: hue angle of 317.39º 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 #FE2FC2 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 194 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.00 |
| HSL | 317.39º | 0.99% | 0.59% | - |
| HSV(B) | 317.39º | 0.81% | 1% | - |
| XYZ | 51.63 | 27 | 53.53 | - |
| YUV | 125.65 | 166.58 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 194 | 0 | 0.81 | 0.24 | 0.00 | 317.39 | 0.99 | 0.59 |
| Hex | FE | 2F | C2 | 0 | 51 | 18 | 0 | 13D | 63 | 3B |
| Octal | 376 | 57 | 302 | 0 | 121 | 30 | 0 | 475 | 143 | 73 |
| Binary | 11111110 | 101111 | 11000010 | 0 | 1010001 | 11000 | 0 | 100111101 | 1100011 | 111011 |
Color Harmonies of #FE2FC2
Complementary color
Monochromatic Colors of #FE2FC2
Black with #FE2FC2
Text Example
Text Example
White with #FE2FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FC2; }
p { color: rgb(254,47,194); }
H1.HeaderClassName
{
color: #FE2FC2;
}
.AnyTagClassName
{
color: #FE2FC2;
}
</style>
background-color css
<style>
a { background-color: #FE2FC2; }
a { background-color: rgb(254,47,194); }
div.DivClassName
{
background-color: #FE2FC2;
}
.BgClassName
{
background-color: #FE2FC2;
}
</style>
border-color css
<style>
span { border-color: #FE2FC2; }
span { border-color: rgb(254,47,194); }
td.TdClassName
{
border-color: #FE2FC2;
}
.TagClassName
{
border-color: #FE2FC2;
}
</style>