#FD49C1

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

Shades of Razzle Dazzle Rose #FD49C1

Tints of Razzle Dazzle Rose #FD49C1

Color information

#FD49C1 (or 0xFD49C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 49 and C1. RGB value is (253,73,193). Sum of RGB (Red+Green+Blue) = 253+73+193=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49C1 is #02B63E. Grayscale: #8C8C8C. Windows color (decimal): -177727 or 12667389. OLE color: 12667389.

HSL color Cylindrical-coordinate representation of color #FD49C1: hue angle of 320º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD49C1 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB25373193-
CMYK00.710.240.01
HSL320º97.83%63.92%-
HSV(B)320º71.15%99.22%-
XYZ52.5229.553.38-
YUV140.5157.63208.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.75%
GREEN value IS 73 (28.91% from 255) = 14.07%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=48.75%
G=14.07%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537319300.710.240.0132097.8363.92
HexFD49C10471811406240
Octal3751113010107301500142100
Binary111111011001001110000010100011111000110100000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD49C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD49C1; }

 p { color: rgb(253,73,193); }

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

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

 a { background-color: rgb(253,73,193); }

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

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

 span { border-color: rgb(253,73,193); }

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