Html Css Color HEX #FA665F Bittersweet

📋 copy color: '#FA665F'

red 250 ◦ green 102 ◦ blue 95

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

Shades of Bittersweet #FA665F

Tints of Bittersweet #FA665F

RGB

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

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

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

R = 55.93%
G = 22.82%
B = 21.25%

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

#FA665F (or 0xFA665F) is known color: Bittersweet. HEX triplet: FA, 66 and 5F. RGB value is (250,102,95). Sum of RGB (Red+Green+Blue) = 250+102+95=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA665F is #0599A0. Grayscale: #919191. Windows color (decimal): -367009 or 6252282. OLE color: 6252282.

HSL color Cylindrical-coordinate representation of color #FA665F: hue angle of 2.71º 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 #FA665F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 102 95 -
CMYK 0 0.59 0.62 0.02
HSL 2.71º 0.94% 0.68% -
HSV(B) 2.71º 0.62% 0.98% -
XYZ 46.24 30.65 14.31 -
YUV 145.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 250 102 95 0 0.59 0.62 0.02 2.71 0.94 0.68
Hex FA 66 5F 0 3B 3E 2 3 5E 44
Octal 372 146 137 0 73 76 2 3 136 104
Binary 11111010 1100110 1011111 0 111011 111110 10 11 1011110 1000100

Color Harmonies of #FA665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA665F

Black with #FA665F

Text Example


Text Example

White with #FA665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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