#FF41DA

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

Shades of Razzle Dazzle Rose #FF41DA

Tints of Razzle Dazzle Rose #FF41DA

Color information

#FF41DA (or 0xFF41DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 41 and DA. RGB value is (255,65,218). Sum of RGB (Red+Green+Blue) = 255+65+218=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 65 (25.78% from 255 or 12.08% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41DA is #00BE25. Grayscale: #8A8A8A. Windows color (decimal): -48678 or 14303743. OLE color: 14303743.

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

Color convert

RGB25565218-
CMYK00.750.150
HSL311.68º100%62.75%-
HSV(B)311.68º74.51%100%-
XYZ55.7930.169.2-
YUV139.25172.45210.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 65 (25.78% from 255) = 12.08%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=47.40%
G=12.08%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556521800.750.150311.6810062.75
HexFF41DA04BF0138643f
Octal377101332011317047014477
Binary1111111110000011101101001001011111101001110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41DA; }

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

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

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

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

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

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

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

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