#FF41EB

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

Shades of Razzle Dazzle Rose #FF41EB

Tints of Razzle Dazzle Rose #FF41EB

Color information

#FF41EB (or 0xFF41EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 41 and EB. RGB value is (255,65,235). Sum of RGB (Red+Green+Blue) = 255+65+235=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF41EB is #00BE14. Grayscale: #8C8C8C. Windows color (decimal): -48661 or 15417855. OLE color: 15417855.

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

Color convert

RGB25565235-
CMYK00.750.080
HSL306.32º100%62.75%-
HSV(B)306.32º74.51%100%-
XYZ58.1331.0481.52-
YUV141.19180.95209.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 65 (25.78% from 255) = 11.71%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=45.95%
G=11.71%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556523500.750.080306.3210062.75
HexFF41EB04B80132643f
Octal377101353011310046214477
Binary1111111110000011110101101001011100001001100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41EB; }

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

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

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

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

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

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

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

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