Html Css Color HEX #FA665E Bittersweet

📋 copy color: '#FA665E'

red 250 ◦ green 102 ◦ blue 94

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

Shades of Bittersweet #FA665E

Tints of Bittersweet #FA665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.87%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 56.05%
G = 22.87%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA665E (or 0xFA665E) is known color: Bittersweet. HEX triplet: FA, 66 and 5E. RGB value is (250,102,94). Sum of RGB (Red+Green+Blue) = 250+102+94=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA665E is #0599A1. Grayscale: #919191. Windows color (decimal): -367010 or 6186746. OLE color: 6186746.

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

Color convert

RGB 250 102 94 -
CMYK 0 0.59 0.62 0.02
HSL 3.08º 0.94% 0.67% -
HSV(B) 3.08º 0.62% 0.98% -
XYZ 46.2 30.63 14.07 -
YUV 145.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 250 102 94 0 0.59 0.62 0.02 3.08 0.94 0.67
Hex FA 66 5E 0 3B 3E 2 3 5E 43
Octal 372 146 136 0 73 76 2 3 136 103
Binary 11111010 1100110 1011110 0 111011 111110 10 11 1011110 1000011

Color Harmonies of #FA665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA665E

Black with #FA665E

Text Example


Text Example

White with #FA665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA665E; }

 p { color: rgb(250,102,94); }

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

background-color css

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

 a { background-color: rgb(250,102,94); }

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

border-color css

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

 span { border-color: rgb(250,102,94); }

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