Html Css Color HEX #F96E68 Bittersweet

📋 copy color: '#F96E68'

red 249 ◦ green 110 ◦ blue 104

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

Shades of Bittersweet #F96E68

Tints of Bittersweet #F96E68

RGB

 RED value IS 249 (97.66% from 255) = 53.78%

 GREEN value IS 110 (43.36% from 255) = 23.76%

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

R = 53.78%
G = 23.76%
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

#F96E68 (or 0xF96E68) is known color: Bittersweet. HEX triplet: F9, 6E and 68. RGB value is (249,110,104). Sum of RGB (Red+Green+Blue) = 249+110+104=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E68 is #069197. Grayscale: #979797. Windows color (decimal): -430488 or 6844153. OLE color: 6844153.

HSL color Cylindrical-coordinate representation of color #F96E68: hue angle of 2.48º degrees, saturation: 0.92, 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 #F96E68 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 110 104 -
CMYK 0 0.56 0.58 0.02
HSL 2.48º 0.92% 0.69% -
HSV(B) 2.48º 0.58% 0.98% -
XYZ 47.14 32.29 16.84 -
YUV 150.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 249 110 104 0 0.56 0.58 0.02 2.48 0.92 0.69
Hex F9 6E 68 0 38 3A 2 2 5C 45
Octal 371 156 150 0 70 72 2 2 134 105
Binary 11111001 1101110 1101000 0 111000 111010 10 10 1011100 1000101

Color Harmonies of #F96E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E68

Black with #F96E68

Text Example


Text Example

White with #F96E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E68; }

 p { color: rgb(249,110,104); }

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

background-color css

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

 a { background-color: rgb(249,110,104); }

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

border-color css

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

 span { border-color: rgb(249,110,104); }

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