#FE23E1

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

Shades of Razzle Dazzle Rose #FE23E1

Tints of Razzle Dazzle Rose #FE23E1

Color information

#FE23E1 (or 0xFE23E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 23 and E1. RGB value is (254,35,225). Sum of RGB (Red+Green+Blue) = 254+35+225=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 35 (14.06% from 255 or 6.81% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE23E1 is #01DC1E. Grayscale: #797979. Windows color (decimal): -121887 or 14754814. OLE color: 14754814.

HSL color Cylindrical-coordinate representation of color #FE23E1: hue angle of 307.95º 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 #FE23E1 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB25435225-
CMYK00.860.110.00
HSL307.95º99.1%56.67%-
HSV(B)307.95º86.22%99.61%-
XYZ55.0627.7173.68-
YUV122.14186.05222.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.42%
GREEN value IS 35 (14.06% from 255) = 6.81%
BLUE value IS 225 (88.28% from 255) = 43.77%
R=49.42%
G=6.81%
B=43.77%

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
Decimal2543522500.860.110.00307.9599.156.67
HexFE23E1056B01346339
Octal37643341012613046414371
Binary111111101000111110000101010110101101001101001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE23E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE23E1; }

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

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

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

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

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

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

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

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