Html Css Color HEX #F96D64 Bittersweet

📋 copy color: '#F96D64'

red 249 ◦ green 109 ◦ blue 100

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

Shades of Bittersweet #F96D64

Tints of Bittersweet #F96D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.8%

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 54.37%
G = 23.8%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F96D64 (or 0xF96D64) is known color: Bittersweet. HEX triplet: F9, 6D and 64. RGB value is (249,109,100). Sum of RGB (Red+Green+Blue) = 249+109+100=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D64 is #06929B. Grayscale: #969696. Windows color (decimal): -430748 or 6581753. OLE color: 6581753.

HSL color Cylindrical-coordinate representation of color #F96D64: hue angle of 3.62º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96D64 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 109 100 -
CMYK 0 0.56 0.60 0.02
HSL 3.62º 0.93% 0.68% -
HSV(B) 3.62º 0.6% 0.98% -
XYZ 46.84 32 15.76 -
YUV 149.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 249 109 100 0 0.56 0.60 0.02 3.62 0.93 0.68
Hex F9 6D 64 0 38 3C 2 4 5D 44
Octal 371 155 144 0 70 74 2 4 135 104
Binary 11111001 1101101 1100100 0 111000 111100 10 100 1011101 1000100

Color Harmonies of #F96D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D64

Black with #F96D64

Text Example


Text Example

White with #F96D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D64; }

 p { color: rgb(249,109,100); }

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

background-color css

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

 a { background-color: rgb(249,109,100); }

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

border-color css

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

 span { border-color: rgb(249,109,100); }

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