Html Css Color HEX #FA588F French Rose

📋 copy color: '#FA588F'

red 250 ◦ green 88 ◦ blue 143

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

Shades of French Rose #FA588F

Tints of French Rose #FA588F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 51.98%
G = 18.3%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA588F (or 0xFA588F) is known color: French Rose. HEX triplet: FA, 58 and 8F. RGB value is (250,88,143). Sum of RGB (Red+Green+Blue) = 250+88+143=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA588F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA588F is #05A770. Grayscale: #8E8E8E. Windows color (decimal): -370545 or 9394426. OLE color: 9394426.

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

Color convert

RGB 250 88 143 -
CMYK 0 0.65 0.43 0.02
HSL 339.63º 0.94% 0.66% -
HSV(B) 339.63º 0.65% 0.98% -
XYZ 47.87 29.29 29.12 -
YUV 142.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 250 88 143 0 0.65 0.43 0.02 339.63 0.94 0.66
Hex FA 58 8F 0 41 2B 2 154 5E 42
Octal 372 130 217 0 101 53 2 524 136 102
Binary 11111010 1011000 10001111 0 1000001 101011 10 101010100 1011110 1000010

Color Harmonies of #FA588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA588F

Black with #FA588F

Text Example


Text Example

White with #FA588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA588F; }

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

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

background-color css

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

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

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

border-color css

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

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

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