#FE44DA

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

Shades of Razzle Dazzle Rose #FE44DA

Tints of Razzle Dazzle Rose #FE44DA

Color information

#FE44DA (or 0xFE44DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 44 and DA. RGB value is (254,68,218). Sum of RGB (Red+Green+Blue) = 254+68+218=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 68 (26.95% from 255 or 12.59% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44DA is #01BB25. Grayscale: #8C8C8C. Windows color (decimal): -113446 or 14304510. OLE color: 14304510.

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

Color convert

RGB25468218-
CMYK00.730.140.00
HSL311.61º98.94%63.14%-
HSV(B)311.61º73.23%99.61%-
XYZ55.630.2769.24-
YUV140.71171.62208.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.04%
GREEN value IS 68 (26.95% from 255) = 12.59%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=47.04%
G=12.59%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546821800.730.140.00311.6198.9463.14
HexFE44DA049E0138633f
Octal376104332011116047014377
Binary1111111010001001101101001001001111001001110001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE44DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE44DA; }

 p { color: rgb(254,68,218); }

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

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

 a { background-color: rgb(254,68,218); }

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

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

 span { border-color: rgb(254,68,218); }

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