#fe1de2

Color #FE1DE2 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FE1DE2

Tints of Razzle Dazzle Rose #FE1DE2

Color information

#FE1DE2 (or 0xFE1DE2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 1D and E2. RGB value is (254,29,226). Sum of RGB (Red+Green+Blue) = 254+29+226=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 29 (11.72% from 255 or 5.70% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DE2 is #01E21D. Grayscale: #767676. Windows color (decimal): -123422 or 14818814. OLE color: 14818814.

HSL color Cylindrical-coordinate representation of color #FE1DE2: hue angle of 307.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1DE2 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB25429226-
CMYK00.890.110.00
HSL307.47º99.12%55.49%-
HSV(B)307.47º88.58%99.61%-
XYZ55.0427.4474.35-
YUV118.73188.54224.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 29 (11.72% from 255) = 5.70%
BLUE value IS 226 (88.67% from 255) = 44.40%
R=49.90%
G=5.70%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542922600.890.110.00307.4799.1255.49
HexFE1DE2059B01336337
Octal37635342013113046314367
Binary11111110111011110001001011001101101001100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe1de2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe1de2; }

 p { color: rgb(254,29,226); }

 H1.HeaderClassName
 {
   color: #fe1de2;
 }
 .AnyTagClassName
 {
   color: #fe1de2;
 }
</style>
background-color css

<style>
 a { background-color: #fe1de2; }

 a { background-color: rgb(254,29,226); }

 div.DivClassName
 {
   background-color: #fe1de2;
 }
 .BgClassName
 {
   background-color: #fe1de2;
 }
</style>
border-color css

<style>
 span { border-color: #fe1de2; }

 span { border-color: rgb(254,29,226); }

 td.TdClassName
 {
   border-color: #fe1de2;
 }
 .TagClassName
 {
   border-color: #fe1de2;
 }
</style>