#FE23E2

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

Shades of Razzle Dazzle Rose #FE23E2

Tints of Razzle Dazzle Rose #FE23E2

Color information

#FE23E2 (or 0xFE23E2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 23 and E2. RGB value is (254,35,226). Sum of RGB (Red+Green+Blue) = 254+35+226=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 35 (14.06% from 255 or 6.80% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE23E2 is #01DC1D. Grayscale: #797979. Windows color (decimal): -121886 or 14820350. OLE color: 14820350.

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

Color convert

RGB25435226-
CMYK00.860.110.00
HSL307.67º99.1%56.67%-
HSV(B)307.67º86.22%99.61%-
XYZ55.227.7674.4-
YUV122.26186.55221.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.32%
GREEN value IS 35 (14.06% from 255) = 6.80%
BLUE value IS 226 (88.67% from 255) = 43.88%
R=49.32%
G=6.80%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543522600.860.110.00307.6799.156.67
HexFE23E2056B01346339
Octal37643342012613046414371
Binary111111101000111110001001010110101101001101001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE23E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE23E2; }

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

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

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

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

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

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

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

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