#FF49C4

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

Shades of Razzle Dazzle Rose #FF49C4

Tints of Razzle Dazzle Rose #FF49C4

Color information

#FF49C4 (or 0xFF49C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 49 and C4. RGB value is (255,73,196). Sum of RGB (Red+Green+Blue) = 255+73+196=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49C4 is #00B63B. Grayscale: #8D8D8D. Windows color (decimal): -46652 or 12863999. OLE color: 12863999.

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

Color convert

RGB25573196-
CMYK00.710.230
HSL319.45º100%64.31%-
HSV(B)319.45º71.37%100%-
XYZ53.5930.0155.19-
YUV141.44158.8209-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 73 (28.91% from 255) = 13.93%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=48.66%
G=13.93%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557319600.710.230319.4510064.31
HexFF49C404717013f6440
Octal3771113040107270477144100
Binary111111111001001110001000100011110111010011111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF49C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF49C4; }

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

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

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

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

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

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

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

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