#FF49D1

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

Shades of Razzle Dazzle Rose #FF49D1

Tints of Razzle Dazzle Rose #FF49D1

Color information

#FF49D1 (or 0xFF49D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 49 and D1. RGB value is (255,73,209). Sum of RGB (Red+Green+Blue) = 255+73+209=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49D1 is #00B62E. Grayscale: #8E8E8E. Windows color (decimal): -46639 or 13715967. OLE color: 13715967.

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

Color convert

RGB25573209-
CMYK00.710.180
HSL315.16º100%64.31%-
HSV(B)315.16º71.37%100%-
XYZ55.1330.6363.33-
YUV142.92165.3207.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 73 (28.91% from 255) = 13.59%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=47.49%
G=13.59%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557320900.710.180315.1610064.31
HexFF49D104712013b6440
Octal3771113210107220473144100
Binary111111111001001110100010100011110010010011101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF49D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF49D1; }

 p { color: rgb(255,73,209); }

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

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

 a { background-color: rgb(255,73,209); }

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

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

 span { border-color: rgb(255,73,209); }

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