Html Css Color HEX #F96C69 Bittersweet

📋 copy color: '#F96C69'

red 249 ◦ green 108 ◦ blue 105

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

Shades of Bittersweet #F96C69

Tints of Bittersweet #F96C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

 BLUE value IS 105 (41.41% from 255) = 22.73%

R = 53.9%
G = 23.38%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F96C69 (or 0xF96C69) is known color: Bittersweet. HEX triplet: F9, 6C and 69. RGB value is (249,108,105). Sum of RGB (Red+Green+Blue) = 249+108+105=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C69 is #069396. Grayscale: #959595. Windows color (decimal): -430999 or 6909177. OLE color: 6909177.

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

Color convert

RGB 249 108 105 -
CMYK 0 0.57 0.58 0.02
HSL 1.25º 0.92% 0.69% -
HSV(B) 1.25º 0.58% 0.98% -
XYZ 46.98 31.88 17.04 -
YUV 149.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 249 108 105 0 0.57 0.58 0.02 1.25 0.92 0.69
Hex F9 6C 69 0 39 3A 2 1 5C 45
Octal 371 154 151 0 71 72 2 1 134 105
Binary 11111001 1101100 1101001 0 111001 111010 10 1 1011100 1000101

Color Harmonies of #F96C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C69

Black with #F96C69

Text Example


Text Example

White with #F96C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C69; }

 p { color: rgb(249,108,105); }

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

background-color css

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

 a { background-color: rgb(249,108,105); }

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

border-color css

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

 span { border-color: rgb(249,108,105); }

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