#FF41E5

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

Shades of Razzle Dazzle Rose #FF41E5

Tints of Razzle Dazzle Rose #FF41E5

Color information

#FF41E5 (or 0xFF41E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 41 and E5. RGB value is (255,65,229). Sum of RGB (Red+Green+Blue) = 255+65+229=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 65 (25.78% from 255 or 11.84% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41E5 is #00BE1A. Grayscale: #8C8C8C. Windows color (decimal): -48667 or 15024639. OLE color: 15024639.

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

Color convert

RGB25565229-
CMYK00.750.100
HSL308.21º100%62.75%-
HSV(B)308.21º74.51%100%-
XYZ57.2730.777.04-
YUV140.51177.95209.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 65 (25.78% from 255) = 11.84%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=46.45%
G=11.84%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556522900.750.100308.2110062.75
HexFF41E504BA0134643f
Octal377101345011312046414477
Binary1111111110000011110010101001011101001001101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41E5; }

 p { color: rgb(255,65,229); }

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

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

 a { background-color: rgb(255,65,229); }

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

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

 span { border-color: rgb(255,65,229); }

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