Html Css Color HEX #F96564 Bittersweet

📋 copy color: '#F96564'

red 249 ◦ green 101 ◦ blue 100

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

Shades of Bittersweet #F96564

Tints of Bittersweet #F96564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.44%

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

R = 55.33%
G = 22.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F96564 (or 0xF96564) is known color: Bittersweet. HEX triplet: F9, 65 and 64. RGB value is (249,101,100). Sum of RGB (Red+Green+Blue) = 249+101+100=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F96564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96564 is #069A9B. Grayscale: #919191. Windows color (decimal): -432796 or 6579705. OLE color: 6579705.

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

Color convert

RGB 249 101 100 -
CMYK 0 0.59 0.60 0.02
HSL 0.4º 0.93% 0.68% -
HSV(B) 0.4º 0.6% 0.98% -
XYZ 46.02 30.37 15.49 -
YUV 145.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 249 101 100 0 0.59 0.60 0.02 0.4 0.93 0.68
Hex F9 65 64 0 3B 3C 2 0 5D 44
Octal 371 145 144 0 73 74 2 0 135 104
Binary 11111001 1100101 1100100 0 111011 111100 10 0 1011101 1000100

Color Harmonies of #F96564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96564

Black with #F96564

Text Example


Text Example

White with #F96564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96564; }

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

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

background-color css

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

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

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

border-color css

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

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

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