#FE46EA

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

Shades of Razzle Dazzle Rose #FE46EA

Tints of Razzle Dazzle Rose #FE46EA

Color information

#FE46EA (or 0xFE46EA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 46 and EA. RGB value is (254,70,234). Sum of RGB (Red+Green+Blue) = 254+70+234=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 70 (27.73% from 255 or 12.54% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46EA is #01B915. Grayscale: #8F8F8F. Windows color (decimal): -112918 or 15353598. OLE color: 15353598.

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

Color convert

RGB25470234-
CMYK00.720.080.00
HSL306.52º98.92%63.53%-
HSV(B)306.52º72.44%99.61%-
XYZ57.9131.3980.85-
YUV143.71178.96206.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 70 (27.73% from 255) = 12.54%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=45.52%
G=12.54%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547023400.720.080.00306.5298.9263.53
HexFE46EA048801336340
Octal3761063520110100463143100
Binary11111110100011011101010010010001000010011001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE46EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE46EA; }

 p { color: rgb(254,70,234); }

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

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

 a { background-color: rgb(254,70,234); }

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

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

 span { border-color: rgb(254,70,234); }

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