#FE44D0

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

Shades of Razzle Dazzle Rose #FE44D0

Tints of Razzle Dazzle Rose #FE44D0

Color information

#FE44D0 (or 0xFE44D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 44 and D0. RGB value is (254,68,208). Sum of RGB (Red+Green+Blue) = 254+68+208=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 68 (26.95% from 255 or 12.83% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44D0 is #01BB2F. Grayscale: #8B8B8B. Windows color (decimal): -113456 or 13649150. OLE color: 13649150.

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

Color convert

RGB25468208-
CMYK00.730.180.00
HSL314.84º98.94%63.14%-
HSV(B)314.84º73.23%99.61%-
XYZ54.3329.7662.56-
YUV139.57166.62209.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.92%
GREEN value IS 68 (26.95% from 255) = 12.83%
BLUE value IS 208 (81.64% from 255) = 39.25%
R=47.92%
G=12.83%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546820800.730.180.00314.8498.9463.14
HexFE44D004912013b633f
Octal376104320011122047314377
Binary11111110100010011010000010010011001001001110111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE44D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE44D0; }

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

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

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

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

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

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

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

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