Html Css Color HEX #F96A66 Bittersweet

📋 copy color: '#F96A66'

red 249 ◦ green 106 ◦ blue 102

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

Shades of Bittersweet #F96A66

Tints of Bittersweet #F96A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.19%

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

R = 54.49%
G = 23.19%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F96A66 (or 0xF96A66) is known color: Bittersweet. HEX triplet: F9, 6A and 66. RGB value is (249,106,102). Sum of RGB (Red+Green+Blue) = 249+106+102=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96A66 is #069599. Grayscale: #949494. Windows color (decimal): -431514 or 6712057. OLE color: 6712057.

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

Color convert

RGB 249 106 102 -
CMYK 0 0.57 0.59 0.02
HSL 1.63º 0.92% 0.69% -
HSV(B) 1.63º 0.59% 0.98% -
XYZ 46.62 31.41 16.18 -
YUV 148.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 249 106 102 0 0.57 0.59 0.02 1.63 0.92 0.69
Hex F9 6A 66 0 39 3B 2 2 5C 45
Octal 371 152 146 0 71 73 2 2 134 105
Binary 11111001 1101010 1100110 0 111001 111011 10 10 1011100 1000101

Color Harmonies of #F96A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A66

Black with #F96A66

Text Example


Text Example

White with #F96A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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