Html Css Color HEX #F96C63 Bittersweet

📋 copy color: '#F96C63'

red 249 ◦ green 108 ◦ blue 99

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

Shades of Bittersweet #F96C63

Tints of Bittersweet #F96C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.71%

R = 54.61%
G = 23.68%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F96C63 (or 0xF96C63) is known color: Bittersweet. HEX triplet: F9, 6C and 63. RGB value is (249,108,99). Sum of RGB (Red+Green+Blue) = 249+108+99=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C63 is #06939C. Grayscale: #959595. Windows color (decimal): -431005 or 6515961. OLE color: 6515961.

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

Color convert

RGB 249 108 99 -
CMYK 0 0.57 0.60 0.02
HSL 3.6º 0.93% 0.68% -
HSV(B) 3.6º 0.6% 0.98% -
XYZ 46.68 31.77 15.48 -
YUV 149.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 249 108 99 0 0.57 0.60 0.02 3.6 0.93 0.68
Hex F9 6C 63 0 39 3C 2 4 5D 44
Octal 371 154 143 0 71 74 2 4 135 104
Binary 11111001 1101100 1100011 0 111001 111100 10 100 1011101 1000100

Color Harmonies of #F96C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C63

Black with #F96C63

Text Example


Text Example

White with #F96C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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