Html Css Color HEX #F96861 Bittersweet

📋 copy color: '#F96861'

red 249 ◦ green 104 ◦ blue 97

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

Shades of Bittersweet #F96861

Tints of Bittersweet #F96861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.11%

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 55.33%
G = 23.11%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F96861 (or 0xF96861) is known color: Bittersweet. HEX triplet: F9, 68 and 61. RGB value is (249,104,97). Sum of RGB (Red+Green+Blue) = 249+104+97=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F96861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96861 is #06979E. Grayscale: #929292. Windows color (decimal): -432031 or 6383865. OLE color: 6383865.

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

Color convert

RGB 249 104 97 -
CMYK 0 0.58 0.61 0.02
HSL 2.76º 0.93% 0.68% -
HSV(B) 2.76º 0.61% 0.98% -
XYZ 46.17 30.9 14.84 -
YUV 146.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 249 104 97 0 0.58 0.61 0.02 2.76 0.93 0.68
Hex F9 68 61 0 3A 3D 2 3 5D 44
Octal 371 150 141 0 72 75 2 3 135 104
Binary 11111001 1101000 1100001 0 111010 111101 10 11 1011101 1000100

Color Harmonies of #F96861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96861

Black with #F96861

Text Example


Text Example

White with #F96861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96861; }

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

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

background-color css

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

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

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

border-color css

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

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

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