Html Css Color HEX #FA498B French Rose

📋 copy color: '#FA498B'

red 250 ◦ green 73 ◦ blue 139

#FA498B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #FA498B

Tints of French Rose #FA498B

RGB

 RED value IS 250 (98.05% from 255) = 54.11%

 GREEN value IS 73 (28.91% from 255) = 15.8%

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 54.11%
G = 15.8%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA498B (or 0xFA498B) is known color: 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

RGB 250 73 139 -
CMYK 0 0.71 0.44 0.02
HSL 337.63º 0.95% 0.63% -
HSV(B) 337.63º 0.71% 0.98% -
XYZ 46.47 26.95 27.18 -
YUV 133.45 131.14 211.13 -
System Red Green Blue C M Y K H S L
Decimal 250 73 139 0 0.71 0.44 0.02 337.63 0.95 0.63
Hex FA 49 8B 0 47 2C 2 152 5F 3F
Octal 372 111 213 0 107 54 2 522 137 77
Binary 11111010 1001001 10001011 0 1000111 101100 10 101010010 1011111 111111

Color Harmonies of #FA498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA498B

Black with #FA498B

Text Example


Text Example

White with #FA498B

Text Example


Text Example

HTML Codes & Css Web 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>