#FF49DE

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

Shades of Razzle Dazzle Rose #FF49DE

Tints of Razzle Dazzle Rose #FF49DE

Color information

#FF49DE (or 0xFF49DE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 49 and DE. RGB value is (255,73,222). Sum of RGB (Red+Green+Blue) = 255+73+222=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49DE is #00B621. Grayscale: #8F8F8F. Windows color (decimal): -46626 or 14567935. OLE color: 14567935.

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

Color convert

RGB25573222-
CMYK00.710.130
HSL310.88º100%64.31%-
HSV(B)310.88º71.37%100%-
XYZ56.8131.372.15-
YUV144.4171.8206.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 73 (28.91% from 255) = 13.27%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=46.36%
G=13.27%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557322200.710.130310.8810064.31
HexFF49DE047D01376440
Octal3771113360107150467144100
Binary11111111100100111011110010001111101010011011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF49DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF49DE; }

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

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

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

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

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

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

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

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