Html Css Color HEX #F6695E Bittersweet

📋 copy color: '#F6695E'

red 246 ◦ green 105 ◦ blue 94

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

Shades of Bittersweet #F6695E

Tints of Bittersweet #F6695E

RGB

 RED value IS 246 (96.48% from 255) = 55.28%

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

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 55.28%
G = 23.6%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6695E (or 0xF6695E) is known color: Bittersweet. HEX triplet: F6, 69 and 5E. RGB value is (246,105,94). Sum of RGB (Red+Green+Blue) = 246+105+94=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F6695E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6695E is #0996A1. Grayscale: #929292. Windows color (decimal): -628386 or 6187510. OLE color: 6187510.

HSL color Cylindrical-coordinate representation of color #F6695E: hue angle of 4.34º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6695E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 105 94 -
CMYK 0 0.57 0.62 0.04
HSL 4.34º 0.89% 0.67% -
HSV(B) 4.34º 0.62% 0.96% -
XYZ 45.08 30.5 14.1 -
YUV 145.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 246 105 94 0 0.57 0.62 0.04 4.34 0.89 0.67
Hex F6 69 5E 0 39 3E 4 4 59 43
Octal 366 151 136 0 71 76 4 4 131 103
Binary 11110110 1101001 1011110 0 111001 111110 100 100 1011001 1000011

Color Harmonies of #F6695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6695E

Black with #F6695E

Text Example


Text Example

White with #F6695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6695E; }

 p { color: rgb(246,105,94); }

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

background-color css

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

 a { background-color: rgb(246,105,94); }

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

border-color css

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

 span { border-color: rgb(246,105,94); }

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