Html Css Color HEX #F96962 Bittersweet

📋 copy color: '#F96962'

red 249 ◦ green 105 ◦ blue 98

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

Shades of Bittersweet #F96962

Tints of Bittersweet #F96962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 55.09%
G = 23.23%
B = 21.68%

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

#F96962 (or 0xF96962) is known color: Bittersweet. HEX triplet: F9, 69 and 62. RGB value is (249,105,98). Sum of RGB (Red+Green+Blue) = 249+105+98=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F96962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96962 is #06969D. Grayscale: #939393. Windows color (decimal): -431774 or 6449657. OLE color: 6449657.

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

Color convert

RGB 249 105 98 -
CMYK 0 0.58 0.61 0.02
HSL 2.78º 0.93% 0.68% -
HSV(B) 2.78º 0.61% 0.98% -
XYZ 46.32 31.12 15.12 -
YUV 147.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 249 105 98 0 0.58 0.61 0.02 2.78 0.93 0.68
Hex F9 69 62 0 3A 3D 2 3 5D 44
Octal 371 151 142 0 72 75 2 3 135 104
Binary 11111001 1101001 1100010 0 111010 111101 10 11 1011101 1000100

Color Harmonies of #F96962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96962

Black with #F96962

Text Example


Text Example

White with #F96962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96962; }

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

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

background-color css

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

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

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

border-color css

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

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

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