Html Css Color HEX #FA588B French Rose

📋 copy color: '#FA588B'

red 250 ◦ green 88 ◦ blue 139

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

Shades of French Rose #FA588B

Tints of French Rose #FA588B

RGB

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

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

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

R = 52.41%
G = 18.45%
B = 29.14%

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

#FA588B (or 0xFA588B) is known color: French Rose. HEX triplet: FA, 58 and 8B. RGB value is (250,88,139). Sum of RGB (Red+Green+Blue) = 250+88+139=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA588B is #05A774. Grayscale: #8E8E8E. Windows color (decimal): -370549 or 9132282. OLE color: 9132282.

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

Color convert

RGB 250 88 139 -
CMYK 0 0.65 0.44 0.02
HSL 341.11º 0.94% 0.66% -
HSV(B) 341.11º 0.65% 0.98% -
XYZ 47.57 29.17 27.55 -
YUV 142.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 250 88 139 0 0.65 0.44 0.02 341.11 0.94 0.66
Hex FA 58 8B 0 41 2C 2 155 5E 42
Octal 372 130 213 0 101 54 2 525 136 102
Binary 11111010 1011000 10001011 0 1000001 101100 10 101010101 1011110 1000010

Color Harmonies of #FA588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA588B

Black with #FA588B

Text Example


Text Example

White with #FA588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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