#FA49C3

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

Shades of Razzle Dazzle Rose #FA49C3

Tints of Razzle Dazzle Rose #FA49C3

Color information

#FA49C3 (or 0xFA49C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 49 and C3. RGB value is (250,73,195). Sum of RGB (Red+Green+Blue) = 250+73+195=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49C3 is #05B63C. Grayscale: #8B8B8B. Windows color (decimal): -374333 or 12798458. OLE color: 12798458.

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

Color convert

RGB25073195-
CMYK00.710.220.02
HSL318.64º94.65%63.33%-
HSV(B)318.64º70.8%98.04%-
XYZ51.6629.0354.51-
YUV139.83159.14206.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 73 (28.91% from 255) = 14.09%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=48.26%
G=14.09%
B=37.64%

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
Decimal2507319500.710.220.02318.6494.6563.33
HexFA49C304716213f5f3f
Octal372111303010726247713777
Binary111110101001001110000110100011110110101001111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49C3; }

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

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

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

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

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

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

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

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