Html Css Color HEX #FA847F Light Coral

📋 copy color: '#FA847F'

red 250 ◦ green 132 ◦ blue 127

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

Shades of Light Coral #FA847F

Tints of Light Coral #FA847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.93%

 BLUE value IS 127 (50% from 255) = 24.95%

R = 49.12%
G = 25.93%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA847F (or 0xFA847F) is known color: Light Coral. HEX triplet: FA, 84 and 7F. RGB value is (250,132,127). Sum of RGB (Red+Green+Blue) = 250+132+127=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA847F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA847F is #057B80. Grayscale: #A6A6A6. Windows color (decimal): -359297 or 8357114. OLE color: 8357114.

HSL color Cylindrical-coordinate representation of color #FA847F: hue angle of 2.44º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA847F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 132 127 -
CMYK 0 0.47 0.49 0.02
HSL 2.44º 0.92% 0.74% -
HSV(B) 2.44º 0.49% 0.98% -
XYZ 51.51 38.36 24.77 -
YUV 166.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 250 132 127 0 0.47 0.49 0.02 2.44 0.92 0.74
Hex FA 84 7F 0 2F 31 2 2 5C 4A
Octal 372 204 177 0 57 61 2 2 134 112
Binary 11111010 10000100 1111111 0 101111 110001 10 10 1011100 1001010

Color Harmonies of #FA847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA847F

Black with #FA847F

Text Example


Text Example

White with #FA847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA847F; }

 p { color: rgb(250,132,127); }

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

background-color css

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

 a { background-color: rgb(250,132,127); }

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

border-color css

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

 span { border-color: rgb(250,132,127); }

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