Html Css Color HEX #F96964 Bittersweet

📋 copy color: '#F96964'

red 249 ◦ green 105 ◦ blue 100

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

Shades of Bittersweet #F96964

Tints of Bittersweet #F96964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.13%

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

R = 54.85%
G = 23.13%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F96964 (or 0xF96964) is known color: Bittersweet. HEX triplet: F9, 69 and 64. RGB value is (249,105,100). Sum of RGB (Red+Green+Blue) = 249+105+100=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F96964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96964 is #06969B. Grayscale: #939393. Windows color (decimal): -431772 or 6580729. OLE color: 6580729.

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

Color convert

RGB 249 105 100 -
CMYK 0 0.58 0.60 0.02
HSL 2.01º 0.93% 0.68% -
HSV(B) 2.01º 0.6% 0.98% -
XYZ 46.42 31.16 15.63 -
YUV 147.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 249 105 100 0 0.58 0.60 0.02 2.01 0.93 0.68
Hex F9 69 64 0 3A 3C 2 2 5D 44
Octal 371 151 144 0 72 74 2 2 135 104
Binary 11111001 1101001 1100100 0 111010 111100 10 10 1011101 1000100

Color Harmonies of #F96964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96964

Black with #F96964

Text Example


Text Example

White with #F96964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96964; }

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

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

background-color css

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

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

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

border-color css

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

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

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