Html Css Color HEX #FA706B Bittersweet

📋 copy color: '#FA706B'

red 250 ◦ green 112 ◦ blue 107

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

Shades of Bittersweet #FA706B

Tints of Bittersweet #FA706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 53.3%
G = 23.88%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA706B (or 0xFA706B) is known color: Bittersweet. HEX triplet: FA, 70 and 6B. RGB value is (250,112,107). Sum of RGB (Red+Green+Blue) = 250+112+107=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA706B is #058F94. Grayscale: #989898. Windows color (decimal): -364437 or 7041274. OLE color: 7041274.

HSL color Cylindrical-coordinate representation of color #FA706B: hue angle of 2.1º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA706B is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 112 107 -
CMYK 0 0.55 0.57 0.02
HSL 2.1º 0.93% 0.7% -
HSV(B) 2.1º 0.57% 0.98% -
XYZ 47.87 32.97 17.75 -
YUV 152.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 250 112 107 0 0.55 0.57 0.02 2.1 0.93 0.7
Hex FA 70 6B 0 37 39 2 2 5D 46
Octal 372 160 153 0 67 71 2 2 135 106
Binary 11111010 1110000 1101011 0 110111 111001 10 10 1011101 1000110

Color Harmonies of #FA706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA706B

Black with #FA706B

Text Example


Text Example

White with #FA706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA706B; }

 p { color: rgb(250,112,107); }

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

background-color css

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

 a { background-color: rgb(250,112,107); }

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

border-color css

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

 span { border-color: rgb(250,112,107); }

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