Html Css Color HEX #FA5890 French Rose

📋 copy color: '#FA5890'

red 250 ◦ green 88 ◦ blue 144

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

Shades of French Rose #FA5890

Tints of French Rose #FA5890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.26%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 51.87%
G = 18.26%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA5890 (or 0xFA5890) is known color: French Rose. HEX triplet: FA, 58 and 90. RGB value is (250,88,144). Sum of RGB (Red+Green+Blue) = 250+88+144=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5890 is #05A76F. Grayscale: #8E8E8E. Windows color (decimal): -370544 or 9459962. OLE color: 9459962.

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

Color convert

RGB 250 88 144 -
CMYK 0 0.65 0.42 0.02
HSL 339.26º 0.94% 0.66% -
HSV(B) 339.26º 0.65% 0.98% -
XYZ 47.95 29.32 29.52 -
YUV 142.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 250 88 144 0 0.65 0.42 0.02 339.26 0.94 0.66
Hex FA 58 90 0 41 2A 2 153 5E 42
Octal 372 130 220 0 101 52 2 523 136 102
Binary 11111010 1011000 10010000 0 1000001 101010 10 101010011 1011110 1000010

Color Harmonies of #FA5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5890

Black with #FA5890

Text Example


Text Example

White with #FA5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5890; }

 p { color: rgb(250,88,144); }

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

background-color css

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

 a { background-color: rgb(250,88,144); }

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

border-color css

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

 span { border-color: rgb(250,88,144); }

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