#FE3DE5

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

Shades of Razzle Dazzle Rose #FE3DE5

Tints of Razzle Dazzle Rose #FE3DE5

Color information

#FE3DE5 (or 0xFE3DE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 3D and E5. RGB value is (254,61,229). Sum of RGB (Red+Green+Blue) = 254+61+229=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 61 (24.22% from 255 or 11.21% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DE5 is #01C21A. Grayscale: #898989. Windows color (decimal): -115227 or 15023614. OLE color: 15023614.

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

Color convert

RGB25461229-
CMYK00.760.100.00
HSL307.77º98.97%61.76%-
HSV(B)307.77º75.98%99.61%-
XYZ56.6830.0776.94-
YUV137.86179.44210.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.69%
GREEN value IS 61 (24.22% from 255) = 11.21%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=46.69%
G=11.21%
B=42.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546122900.760.100.00307.7798.9761.76
HexFE3DE504CA0134633e
Octal37675345011412046414376
Binary111111101111011110010101001100101001001101001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3DE5; }

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

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

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

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

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

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

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

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