Html Css Color HEX #F96C60 Bittersweet

📋 copy color: '#F96C60'

red 249 ◦ green 108 ◦ blue 96

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

Shades of Bittersweet #F96C60

Tints of Bittersweet #F96C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.19%

R = 54.97%
G = 23.84%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F96C60 (or 0xF96C60) is known color: Bittersweet. HEX triplet: F9, 6C and 60. RGB value is (249,108,96). Sum of RGB (Red+Green+Blue) = 249+108+96=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C60 is #06939F. Grayscale: #949494. Windows color (decimal): -431008 or 6319353. OLE color: 6319353.

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

Color convert

RGB 249 108 96 -
CMYK 0 0.57 0.61 0.02
HSL 4.71º 0.93% 0.68% -
HSV(B) 4.71º 0.61% 0.98% -
XYZ 46.54 31.71 14.73 -
YUV 148.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 249 108 96 0 0.57 0.61 0.02 4.71 0.93 0.68
Hex F9 6C 60 0 39 3D 2 5 5D 44
Octal 371 154 140 0 71 75 2 5 135 104
Binary 11111001 1101100 1100000 0 111001 111101 10 101 1011101 1000100

Color Harmonies of #F96C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C60

Black with #F96C60

Text Example


Text Example

White with #F96C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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