#FF49E5

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

Shades of Razzle Dazzle Rose #FF49E5

Tints of Razzle Dazzle Rose #FF49E5

Color information

#FF49E5 (or 0xFF49E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 49 and E5. RGB value is (255,73,229). Sum of RGB (Red+Green+Blue) = 255+73+229=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 73 (28.91% from 255 or 13.11% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49E5 is #00B61A. Grayscale: #909090. Windows color (decimal): -46619 or 15026687. OLE color: 15026687.

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

Color convert

RGB25573229-
CMYK00.710.100
HSL308.57º100%64.31%-
HSV(B)308.57º71.37%100%-
XYZ57.7731.6877.2-
YUV145.2175.3206.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 73 (28.91% from 255) = 13.11%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=45.78%
G=13.11%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557322900.710.100308.5710064.31
HexFF49E5047A01356440
Octal3771113450107120465144100
Binary11111111100100111100101010001111010010011010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF49E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF49E5; }

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

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

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

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

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

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

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

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