Html Css Color HEX #FA695F Bittersweet

📋 copy color: '#FA695F'

red 250 ◦ green 105 ◦ blue 95

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

Shades of Bittersweet #FA695F

Tints of Bittersweet #FA695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 55.56%
G = 23.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA695F (or 0xFA695F) is known color: Bittersweet. HEX triplet: FA, 69 and 5F. RGB value is (250,105,95). Sum of RGB (Red+Green+Blue) = 250+105+95=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA695F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA695F is #0596A0. Grayscale: #939393. Windows color (decimal): -366241 or 6253050. OLE color: 6253050.

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

Color convert

RGB 250 105 95 -
CMYK 0 0.58 0.62 0.02
HSL 3.87º 0.94% 0.68% -
HSV(B) 3.87º 0.62% 0.98% -
XYZ 46.54 31.25 14.41 -
YUV 147.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 250 105 95 0 0.58 0.62 0.02 3.87 0.94 0.68
Hex FA 69 5F 0 3A 3E 2 4 5E 44
Octal 372 151 137 0 72 76 2 4 136 104
Binary 11111010 1101001 1011111 0 111010 111110 10 100 1011110 1000100

Color Harmonies of #FA695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA695F

Black with #FA695F

Text Example


Text Example

White with #FA695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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