Html Css Color HEX #FA588D French Rose

📋 copy color: '#FA588D'

red 250 ◦ green 88 ◦ blue 141

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

Shades of French Rose #FA588D

Tints of French Rose #FA588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 52.19%
G = 18.37%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA588D (or 0xFA588D) is known color: French Rose. HEX triplet: FA, 58 and 8D. RGB value is (250,88,141). Sum of RGB (Red+Green+Blue) = 250+88+141=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA588D is #05A772. Grayscale: #8E8E8E. Windows color (decimal): -370547 or 9263354. OLE color: 9263354.

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

Color convert

RGB 250 88 141 -
CMYK 0 0.65 0.44 0.02
HSL 340.37º 0.94% 0.66% -
HSV(B) 340.37º 0.65% 0.98% -
XYZ 47.72 29.23 28.33 -
YUV 142.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 250 88 141 0 0.65 0.44 0.02 340.37 0.94 0.66
Hex FA 58 8D 0 41 2C 2 154 5E 42
Octal 372 130 215 0 101 54 2 524 136 102
Binary 11111010 1011000 10001101 0 1000001 101100 10 101010100 1011110 1000010

Color Harmonies of #FA588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA588D

Black with #FA588D

Text Example


Text Example

White with #FA588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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