#FA498B

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

Shades of French Rose #FA498B

Tints of French Rose #FA498B

Color information

#FA498B (or 0xFA498B) is unknown color: approx French Rose. HEX triplet: FA, 49 and 8B. RGB value is (250,73,139). Sum of RGB (Red+Green+Blue) = 250+73+139=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA498B is #05B674. Grayscale: #858585. Windows color (decimal): -374389 or 9128442. OLE color: 9128442.

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

Color convert

RGB25073139-
CMYK00.710.440.02
HSL337.63º94.65%63.33%-
HSV(B)337.63º70.8%98.04%-
XYZ46.4726.9527.18-
YUV133.45131.14211.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.11%
GREEN value IS 73 (28.91% from 255) = 15.80%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=54.11%
G=15.80%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507313900.710.440.02337.6394.6563.33
HexFA498B0472C21525f3f
Octal372111213010754252213777
Binary1111101010010011000101101000111101100101010100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA498B; }

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

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

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

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

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

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

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

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