Html Css Color HEX #FA6D68 Bittersweet

📋 copy color: '#FA6D68'

red 250 ◦ green 109 ◦ blue 104

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

Shades of Bittersweet #FA6D68

Tints of Bittersweet #FA6D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 54%
G = 23.54%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA6D68 (or 0xFA6D68) is known color: Bittersweet. HEX triplet: FA, 6D and 68. RGB value is (250,109,104). Sum of RGB (Red+Green+Blue) = 250+109+104=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D68 is #059297. Grayscale: #969696. Windows color (decimal): -365208 or 6843898. OLE color: 6843898.

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

Color convert

RGB 250 109 104 -
CMYK 0 0.56 0.58 0.02
HSL 2.05º 0.94% 0.69% -
HSV(B) 2.05º 0.58% 0.98% -
XYZ 47.39 32.26 16.83 -
YUV 150.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 250 109 104 0 0.56 0.58 0.02 2.05 0.94 0.69
Hex FA 6D 68 0 38 3A 2 2 5E 45
Octal 372 155 150 0 70 72 2 2 136 105
Binary 11111010 1101101 1101000 0 111000 111010 10 10 1011110 1000101

Color Harmonies of #FA6D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D68

Black with #FA6D68

Text Example


Text Example

White with #FA6D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D68; }

 p { color: rgb(250,109,104); }

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

background-color css

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

 a { background-color: rgb(250,109,104); }

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

border-color css

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

 span { border-color: rgb(250,109,104); }

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