#FF41EC

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

Shades of Razzle Dazzle Rose #FF41EC

Tints of Razzle Dazzle Rose #FF41EC

Color information

#FF41EC (or 0xFF41EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 41 and EC. RGB value is (255,65,236). Sum of RGB (Red+Green+Blue) = 255+65+236=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF41EC is #00BE13. Grayscale: #8C8C8C. Windows color (decimal): -48660 or 15483391. OLE color: 15483391.

HSL color Cylindrical-coordinate representation of color #FF41EC: hue angle of 306º 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 #FF41EC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB25565236-
CMYK00.750.070
HSL306º100%62.75%-
HSV(B)306º74.51%100%-
XYZ58.2731.182.29-
YUV141.3181.45209.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 65 (25.78% from 255) = 11.69%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=45.86%
G=11.69%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556523600.750.07030610062.75
HexFF41EC04B70132643f
Octal37710135401137046214477
Binary111111111000001111011000100101111101001100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41EC; }

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

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

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

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

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

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

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

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