#FF49BE

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

Shades of Razzle Dazzle Rose #FF49BE

Tints of Razzle Dazzle Rose #FF49BE

Color information

#FF49BE (or 0xFF49BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 49 and BE. RGB value is (255,73,190). Sum of RGB (Red+Green+Blue) = 255+73+190=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49BE is #00B641. Grayscale: #8C8C8C. Windows color (decimal): -46658 or 12470783. OLE color: 12470783.

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

Color convert

RGB25573190-
CMYK00.710.250
HSL321.43º100%64.31%-
HSV(B)321.43º71.37%100%-
XYZ52.9229.7451.67-
YUV140.76155.8209.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 73 (28.91% from 255) = 14.09%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=49.23%
G=14.09%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557319000.710.250321.4310064.31
HexFF49BE0471901416440
Octal3771112760107310501144100
Binary111111111001001101111100100011111001010100000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF49BE; }

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

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

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

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

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

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

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

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