#FA49C2

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

Shades of Razzle Dazzle Rose #FA49C2

Tints of Razzle Dazzle Rose #FA49C2

Color information

#FA49C2 (or 0xFA49C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 49 and C2. RGB value is (250,73,194). Sum of RGB (Red+Green+Blue) = 250+73+194=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49C2 is #05B63D. Grayscale: #8B8B8B. Windows color (decimal): -374334 or 12732922. OLE color: 12732922.

HSL color Cylindrical-coordinate representation of color #FA49C2: hue angle of 318.98º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49C2 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB25073194-
CMYK00.710.220.02
HSL318.98º94.65%63.33%-
HSV(B)318.98º70.8%98.04%-
XYZ51.5428.9853.92-
YUV139.72158.64206.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 73 (28.91% from 255) = 14.12%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=48.36%
G=14.12%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507319400.710.220.02318.9894.6563.33
HexFA49C204716213f5f3f
Octal372111302010726247713777
Binary111110101001001110000100100011110110101001111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49C2; }

 p { color: rgb(250,73,194); }

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

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

 a { background-color: rgb(250,73,194); }

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

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

 span { border-color: rgb(250,73,194); }

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