Html Css Color HEX #FA6B6A Bittersweet

📋 copy color: '#FA6B6A'

red 250 ◦ green 107 ◦ blue 106

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

Shades of Bittersweet #FA6B6A

Tints of Bittersweet #FA6B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.11%

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 54%
G = 23.11%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA6B6A (or 0xFA6B6A) is known color: Bittersweet. HEX triplet: FA, 6B and 6A. RGB value is (250,107,106). Sum of RGB (Red+Green+Blue) = 250+107+106=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B6A is #059495. Grayscale: #959595. Windows color (decimal): -365718 or 6974458. OLE color: 6974458.

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

Color convert

RGB 250 107 106 -
CMYK 0 0.57 0.58 0.02
HSL 0.42º 0.94% 0.7% -
HSV(B) 0.42º 0.58% 0.98% -
XYZ 47.28 31.88 17.3 -
YUV 149.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 250 107 106 0 0.57 0.58 0.02 0.42 0.94 0.7
Hex FA 6B 6A 0 39 3A 2 0 5E 46
Octal 372 153 152 0 71 72 2 0 136 106
Binary 11111010 1101011 1101010 0 111001 111010 10 0 1011110 1000110

Color Harmonies of #FA6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B6A

Black with #FA6B6A

Text Example


Text Example

White with #FA6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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