#FE39E0

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

Shades of Razzle Dazzle Rose #FE39E0

Tints of Razzle Dazzle Rose #FE39E0

Color information

#FE39E0 (or 0xFE39E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 39 and E0. RGB value is (254,57,224). Sum of RGB (Red+Green+Blue) = 254+57+224=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 57 (22.66% from 255 or 10.65% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE39E0 is #01C61F. Grayscale: #868686. Windows color (decimal): -116256 or 14694910. OLE color: 14694910.

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

Color convert

RGB25457224-
CMYK00.780.120.00
HSL309.14º98.99%60.98%-
HSV(B)309.14º77.56%99.61%-
XYZ55.7929.3873.25-
YUV134.94178.27212.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.48%
GREEN value IS 57 (22.66% from 255) = 10.65%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=47.48%
G=10.65%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545722400.780.120.00309.1498.9960.98
HexFE39E004EC0135633d
Octal37671340011614046514375
Binary111111101110011110000001001110110001001101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE39E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE39E0; }

 p { color: rgb(254,57,224); }

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

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

 a { background-color: rgb(254,57,224); }

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

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

 span { border-color: rgb(254,57,224); }

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