#FA49B7

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

Shades of Brilliant Rose #FA49B7

Tints of Brilliant Rose #FA49B7

Color information

#FA49B7 (or 0xFA49B7) is unknown color: approx Brilliant Rose. HEX triplet: FA, 49 and B7. RGB value is (250,73,183). Sum of RGB (Red+Green+Blue) = 250+73+183=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49B7 is #05B648. Grayscale: #8A8A8A. Windows color (decimal): -374345 or 12012026. OLE color: 12012026.

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

Color convert

RGB25073183-
CMYK00.710.270.02
HSL322.71º94.65%63.33%-
HSV(B)322.71º70.8%98.04%-
XYZ50.3528.5147.65-
YUV138.46153.14207.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.41%
GREEN value IS 73 (28.91% from 255) = 14.43%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=49.41%
G=14.43%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507318300.710.270.02322.7194.6563.33
HexFA49B70471B21435f3f
Octal372111267010733250313777
Binary111110101001001101101110100011111011101010000111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49B7; }

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

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

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

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

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

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

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

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