#FE44E5

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

Shades of Razzle Dazzle Rose #FE44E5

Tints of Razzle Dazzle Rose #FE44E5

Color information

#FE44E5 (or 0xFE44E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 44 and E5. RGB value is (254,68,229). Sum of RGB (Red+Green+Blue) = 254+68+229=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 68 (26.95% from 255 or 12.34% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44E5 is #01BB1A. Grayscale: #8D8D8D. Windows color (decimal): -113435 or 15025406. OLE color: 15025406.

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

Color convert

RGB25468229-
CMYK00.730.100.00
HSL308.06º98.94%63.14%-
HSV(B)308.06º73.23%99.61%-
XYZ57.0830.8677.08-
YUV141.97177.12207.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 68 (26.95% from 255) = 12.34%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=46.10%
G=12.34%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546822900.730.100.00308.0698.9463.14
HexFE44E5049A0134633f
Octal376104345011112046414377
Binary1111111010001001110010101001001101001001101001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE44E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE44E5; }

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

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

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

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

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

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

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

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