Html Css Color HEX #FA6965 Bittersweet

📋 copy color: '#FA6965'

red 250 ◦ green 105 ◦ blue 101

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

Shades of Bittersweet #FA6965

Tints of Bittersweet #FA6965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.03%

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 54.82%
G = 23.03%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA6965 (or 0xFA6965) is known color: Bittersweet. HEX triplet: FA, 69 and 65. RGB value is (250,105,101). Sum of RGB (Red+Green+Blue) = 250+105+101=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6965 is #05969A. Grayscale: #949494. Windows color (decimal): -366235 or 6646266. OLE color: 6646266.

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

Color convert

RGB 250 105 101 -
CMYK 0 0.58 0.60 0.02
HSL 1.61º 0.94% 0.69% -
HSV(B) 1.61º 0.6% 0.98% -
XYZ 46.82 31.37 15.9 -
YUV 147.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 250 105 101 0 0.58 0.60 0.02 1.61 0.94 0.69
Hex FA 69 65 0 3A 3C 2 2 5E 45
Octal 372 151 145 0 72 74 2 2 136 105
Binary 11111010 1101001 1100101 0 111010 111100 10 10 1011110 1000101

Color Harmonies of #FA6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6965

Black with #FA6965

Text Example


Text Example

White with #FA6965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6965; }

 p { color: rgb(250,105,101); }

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

background-color css

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

 a { background-color: rgb(250,105,101); }

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

border-color css

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

 span { border-color: rgb(250,105,101); }

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