Html Css Color HEX #F96966 Bittersweet

📋 copy color: '#F96966'

red 249 ◦ green 105 ◦ blue 102

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

Shades of Bittersweet #F96966

Tints of Bittersweet #F96966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 54.61%
G = 23.03%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F96966 (or 0xF96966) is known color: Bittersweet. HEX triplet: F9, 69 and 66. RGB value is (249,105,102). Sum of RGB (Red+Green+Blue) = 249+105+102=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F96966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96966 is #069699. Grayscale: #939393. Windows color (decimal): -431770 or 6711801. OLE color: 6711801.

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

Color convert

RGB 249 105 102 -
CMYK 0 0.58 0.59 0.02
HSL 1.22º 0.92% 0.69% -
HSV(B) 1.22º 0.59% 0.98% -
XYZ 46.52 31.2 16.14 -
YUV 147.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 249 105 102 0 0.58 0.59 0.02 1.22 0.92 0.69
Hex F9 69 66 0 3A 3B 2 1 5C 45
Octal 371 151 146 0 72 73 2 1 134 105
Binary 11111001 1101001 1100110 0 111010 111011 10 1 1011100 1000101

Color Harmonies of #F96966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96966

Black with #F96966

Text Example


Text Example

White with #F96966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96966; }

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

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

background-color css

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

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

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

border-color css

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

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

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