Shades of Razzle Dazzle Rose #FE2FC9
Tints of Razzle Dazzle Rose #FE2FC9
RGB
CMYK
RGB Variations
Color information
#FE2FC9 (or 0xFE2FC9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and C9. RGB value is (254,47,201). Sum of RGB (Red+Green+Blue) = 254+47+201=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FC9 is #01D036. Grayscale: #7E7E7E. Windows color (decimal): -118839 or 13185022. OLE color: 13185022.
HSL color Cylindrical-coordinate representation of color #FE2FC9: hue angle of 315.36º 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 #FE2FC9 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 201 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.00 |
| HSL | 315.36º | 0.99% | 0.59% | - |
| HSV(B) | 315.36º | 0.81% | 1% | - |
| XYZ | 52.43 | 27.32 | 57.77 | - |
| YUV | 126.45 | 170.08 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 201 | 0 | 0.81 | 0.21 | 0.00 | 315.36 | 0.99 | 0.59 |
| Hex | FE | 2F | C9 | 0 | 51 | 15 | 0 | 13B | 63 | 3B |
| Octal | 376 | 57 | 311 | 0 | 121 | 25 | 0 | 473 | 143 | 73 |
| Binary | 11111110 | 101111 | 11001001 | 0 | 1010001 | 10101 | 0 | 100111011 | 1100011 | 111011 |
Color Harmonies of #FE2FC9
Complementary color
Monochromatic Colors of #FE2FC9
Black with #FE2FC9
Text Example
Text Example
White with #FE2FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FC9; }
p { color: rgb(254,47,201); }
H1.HeaderClassName
{
color: #FE2FC9;
}
.AnyTagClassName
{
color: #FE2FC9;
}
</style>
background-color css
<style>
a { background-color: #FE2FC9; }
a { background-color: rgb(254,47,201); }
div.DivClassName
{
background-color: #FE2FC9;
}
.BgClassName
{
background-color: #FE2FC9;
}
</style>
border-color css
<style>
span { border-color: #FE2FC9; }
span { border-color: rgb(254,47,201); }
td.TdClassName
{
border-color: #FE2FC9;
}
.TagClassName
{
border-color: #FE2FC9;
}
</style>