Html Css Color HEX #FA598B French Rose

📋 copy color: '#FA598B'

red 250 ◦ green 89 ◦ blue 139

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

Shades of French Rose #FA598B

Tints of French Rose #FA598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.62%

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

R = 52.3%
G = 18.62%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA598B (or 0xFA598B) is known color: French Rose. HEX triplet: FA, 59 and 8B. RGB value is (250,89,139). Sum of RGB (Red+Green+Blue) = 250+89+139=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA598B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA598B is #05A674. Grayscale: #8E8E8E. Windows color (decimal): -370293 or 9132538. OLE color: 9132538.

HSL color Cylindrical-coordinate representation of color #FA598B: hue angle of 341.37º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA598B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 89 139 -
CMYK 0 0.64 0.44 0.02
HSL 341.37º 0.94% 0.66% -
HSV(B) 341.37º 0.64% 0.98% -
XYZ 47.66 29.33 27.58 -
YUV 142.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 250 89 139 0 0.64 0.44 0.02 341.37 0.94 0.66
Hex FA 59 8B 0 40 2C 2 155 5E 42
Octal 372 131 213 0 100 54 2 525 136 102
Binary 11111010 1011001 10001011 0 1000000 101100 10 101010101 1011110 1000010

Color Harmonies of #FA598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA598B

Black with #FA598B

Text Example


Text Example

White with #FA598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA598B; }

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

 H1.HeaderClassName
 {
   color: #FA598B;
 }
 .AnyTagClassName
 {
   color: #FA598B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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