#FF49C5

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

Shades of Razzle Dazzle Rose #FF49C5

Tints of Razzle Dazzle Rose #FF49C5

Color information

#FF49C5 (or 0xFF49C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 49 and C5. RGB value is (255,73,197). Sum of RGB (Red+Green+Blue) = 255+73+197=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49C5 is #00B63A. Grayscale: #8D8D8D. Windows color (decimal): -46651 or 12929535. OLE color: 12929535.

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

Color convert

RGB25573197-
CMYK00.710.230
HSL319.12º100%64.31%-
HSV(B)319.12º71.37%100%-
XYZ53.730.0655.79-
YUV141.55159.3208.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 73 (28.91% from 255) = 13.90%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=48.57%
G=13.90%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557319700.710.230319.1210064.31
HexFF49C504717013f6440
Octal3771113050107270477144100
Binary111111111001001110001010100011110111010011111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF49C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF49C5; }

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

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

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

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

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

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

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

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